#769431

Color #769431 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #769431

Tints of Sushi #769431

Color information

#769431 (or 0x769431) is unknown color: approx Sushi. HEX triplet: 76, 94 and 31. RGB value is (118,148,49). Sum of RGB (Red+Green+Blue) = 118+148+49=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #769431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769431 is #896BCE. Grayscale: #808080. Windows color (decimal): -9006031 or 3249270. OLE color: 3249270.

HSL color Cylindrical-coordinate representation of color #769431: hue angle of 78.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769431 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB11814849-
CMYK0.2000.670.42
HSL78.18º50.25%38.63%-
HSV(B)78.18º66.89%58.04%-
XYZ18.6225.256.8-
YUV127.7483.56121.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=37.46%
G=46.98%
B=15.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148490.2000.670.4278.1850.2538.63
Hex769431140432A4e3227
Octal16622461240103521166247
Binary11101101001010011000110100010000111010101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769431; }

 p { color: rgb(118,148,49); }

 H1.HeaderClassName
 {
   color: #769431;
 }
 .AnyTagClassName
 {
   color: #769431;
 }
</style>
background-color css

<style>
 a { background-color: #769431; }

 a { background-color: rgb(118,148,49); }

 div.DivClassName
 {
   background-color: #769431;
 }
 .BgClassName
 {
   background-color: #769431;
 }
</style>
border-color css

<style>
 span { border-color: #769431; }

 span { border-color: rgb(118,148,49); }

 td.TdClassName
 {
   border-color: #769431;
 }
 .TagClassName
 {
   border-color: #769431;
 }
</style>