#769039

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

Shades of Sushi #769039

Tints of Sushi #769039

Color information

#769039 (or 0x769039) is unknown color: approx Sushi. HEX triplet: 76, 90 and 39. RGB value is (118,144,57). Sum of RGB (Red+Green+Blue) = 118+144+57=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #769039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769039 is #896FC6. Grayscale: #7E7E7E. Windows color (decimal): -9007047 or 3772534. OLE color: 3772534.

HSL color Cylindrical-coordinate representation of color #769039: hue angle of 77.93º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #769039 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB11814457-
CMYK0.1800.600.44
HSL77.93º43.28%39.41%-
HSV(B)77.93º60.42%56.47%-
XYZ18.1824.097.56-
YUV126.3188.89122.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=36.99%
G=45.14%
B=17.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144570.1800.600.4477.9343.2839.41
Hex7690391203C2C4e2b27
Octal1662207122074541165347
Binary1110110100100001110011001001111001011001001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769039; }

 p { color: rgb(118,144,57); }

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

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

 a { background-color: rgb(118,144,57); }

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

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

 span { border-color: rgb(118,144,57); }

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