#76C087

Color #76C087 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #76C087

Tints of Bay Leaf #76C087

Color information

#76C087 (or 0x76C087) is unknown color: approx Bay Leaf. HEX triplet: 76, C0 and 87. RGB value is (118,192,135). Sum of RGB (Red+Green+Blue) = 118+192+135=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #76C087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C087 is #893F78. Grayscale: #A3A3A3. Windows color (decimal): -8994681 or 8896630. OLE color: 8896630.

HSL color Cylindrical-coordinate representation of color #76C087: hue angle of 133.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C087 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB118192135-
CMYK0.3900.300.25
HSL133.78º37%60.78%-
HSV(B)133.78º38.54%75.29%-
XYZ30.6943.329.66-
YUV163.38111.9895.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=26.52%
G=43.15%
B=30.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921350.3900.300.25133.783760.78
Hex76C0872701E1986253d
Octal16630020747036312064575
Binary111011011000000100001111001110111101100110000110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C087; }

 p { color: rgb(118,192,135); }

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

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

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

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

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

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

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