#76B781

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

Shades of Bay Leaf #76B781

Tints of Bay Leaf #76B781

Color information

#76B781 (or 0x76B781) is unknown color: approx Bay Leaf. HEX triplet: 76, B7 and 81. RGB value is (118,183,129). Sum of RGB (Red+Green+Blue) = 118+183+129=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #76B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B781 is #89487E. Grayscale: #9D9D9D. Windows color (decimal): -8996991 or 8501110. OLE color: 8501110.

HSL color Cylindrical-coordinate representation of color #76B781: hue angle of 130.15º degrees, saturation: 0.31, 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 #76B781 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB118183129-
CMYK0.3600.300.28
HSL130.15º31.1%59.02%-
HSV(B)130.15º35.52%71.76%-
XYZ28.3739.326.86-
YUV157.41111.9799.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 129 (50.78% from 255) = 30%
R=27.44%
G=42.56%
B=30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181831290.3600.300.28130.1531.159.02
Hex76B7812401E1C821f3b
Octal16626720144036342023773
Binary11101101011011110000001100100011110111001000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,129); }

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

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

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

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

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

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

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