#769C76

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

Shades of Laurel #769C76

Tints of Laurel #769C76

Color information

#769C76 (or 0x769C76) is unknown color: approx Laurel. HEX triplet: 76, 9C and 76. RGB value is (118,156,118). Sum of RGB (Red+Green+Blue) = 118+156+118=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #769C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C76 is #896389. Grayscale: #8C8C8C. Windows color (decimal): -9003914 or 7773302. OLE color: 7773302.

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

Color convert

RGB118156118-
CMYK0.2400.240.39
HSL120º16.1%53.73%-
HSV(B)120º24.36%61.18%-
XYZ22.6328.9421.53-
YUV140.31115.41112.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=30.10%
G=39.80%
B=30.10%

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
Decimal1181561180.2400.240.3912016.153.73
Hex769C761801827781036
Octal16623416630030471702066
Binary111011010011100111011011000011000100111111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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