#76C489

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

Shades of Bay Leaf #76C489

Tints of Bay Leaf #76C489

Color information

#76C489 (or 0x76C489) is unknown color: approx Bay Leaf. HEX triplet: 76, C4 and 89. RGB value is (118,196,137). Sum of RGB (Red+Green+Blue) = 118+196+137=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #76C489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C489 is #893B76. Grayscale: #A6A6A6. Windows color (decimal): -8993655 or 9028726. OLE color: 9028726.

HSL color Cylindrical-coordinate representation of color #76C489: hue angle of 134.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C489 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB118196137-
CMYK0.4000.300.23
HSL134.62º39.8%61.57%-
HSV(B)134.62º39.8%76.86%-
XYZ31.7345.1430.71-
YUV165.95111.6693.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=26.16%
G=43.46%
B=30.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961370.4000.300.23134.6239.861.57
Hex76C4892801E1787283e
Octal16630421150036272075076
Binary111011011000100100010011010000111101011110000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,137); }

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

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

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

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

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

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

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