#769F76

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

Shades of Laurel #769F76

Tints of Laurel #769F76

Color information

#769F76 (or 0x769F76) is unknown color: approx Laurel. HEX triplet: 76, 9F and 76. RGB value is (118,159,118). Sum of RGB (Red+Green+Blue) = 118+159+118=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #769F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F76 is #896089. Grayscale: #8E8E8E. Windows color (decimal): -9003146 or 7774070. OLE color: 7774070.

HSL color Cylindrical-coordinate representation of color #769F76: hue angle of 120º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F76 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB118159118-
CMYK0.2600.260.38
HSL120º17.6%54.31%-
HSV(B)120º25.79%62.35%-
XYZ23.1429.9621.7-
YUV142.07114.42110.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=29.87%
G=40.25%
B=29.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591180.2600.260.3812017.654.31
Hex769F761A01A26781236
Octal16623716632032461702266
Binary111011010011111111011011010011010100110111100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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