#769C77

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

Shades of Laurel #769C77

Tints of Laurel #769C77

Color information

#769C77 (or 0x769C77) is unknown color: approx Laurel. HEX triplet: 76, 9C and 77. RGB value is (118,156,119). Sum of RGB (Red+Green+Blue) = 118+156+119=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #769C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C77 is #896388. Grayscale: #8C8C8C. Windows color (decimal): -9003913 or 7838838. OLE color: 7838838.

HSL color Cylindrical-coordinate representation of color #769C77: hue angle of 121.58º 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 #769C77 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB118156119-
CMYK0.2400.240.39
HSL121.58º16.1%53.73%-
HSV(B)121.58º24.36%61.18%-
XYZ22.6928.9621.85-
YUV140.42115.91112.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=30.03%
G=39.69%
B=30.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561190.2400.240.39121.5816.153.73
Hex769C7718018277a1036
Octal16623416730030471722066
Binary111011010011100111011111000011000100111111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,119); }

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

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

 a { background-color: rgb(118,156,119); }

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

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

 span { border-color: rgb(118,156,119); }

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