#76B87F

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

Shades of Bay Leaf #76B87F

Tints of Bay Leaf #76B87F

Color information

#76B87F (or 0x76B87F) is unknown color: approx Bay Leaf. HEX triplet: 76, B8 and 7F. RGB value is (118,184,127). Sum of RGB (Red+Green+Blue) = 118+184+127=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #76B87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B87F is #894780. Grayscale: #9D9D9D. Windows color (decimal): -8996737 or 8370294. OLE color: 8370294.

HSL color Cylindrical-coordinate representation of color #76B87F: hue angle of 128.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B87F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB118184127-
CMYK0.3600.310.28
HSL128.18º31.73%59.22%-
HSV(B)128.18º35.87%72.16%-
XYZ28.4439.6626.24-
YUV157.77110.6399.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 127 (50% from 255) = 29.60%
R=27.51%
G=42.89%
B=29.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841270.3600.310.28128.1831.7359.22
Hex76B87F2401F1C80203b
Octal16627017744037342004073
Binary11101101011100011111111001000111111110010000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,127); }

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

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

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

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

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

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

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