#769B78

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

Shades of Laurel #769B78

Tints of Laurel #769B78

Color information

#769B78 (or 0x769B78) is unknown color: approx Laurel. HEX triplet: 76, 9B and 78. RGB value is (118,155,120). Sum of RGB (Red+Green+Blue) = 118+155+120=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #769B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B78 is #896487. Grayscale: #8C8C8C. Windows color (decimal): -9004168 or 7904118. OLE color: 7904118.

HSL color Cylindrical-coordinate representation of color #769B78: hue angle of 123.24º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B78 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB118155120-
CMYK0.2400.230.39
HSL123.24º15.61%53.53%-
HSV(B)123.24º23.87%60.78%-
XYZ22.5828.6522.11-
YUV139.95116.74112.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=30.03%
G=39.44%
B=30.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551200.2400.230.39123.2415.6153.53
Hex769B7818017277b1036
Octal16623317030027471732066
Binary111011010011011111100011000010111100111111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769B78; }

 p { color: rgb(118,155,120); }

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

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

 a { background-color: rgb(118,155,120); }

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

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

 span { border-color: rgb(118,155,120); }

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