#76B780

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

Shades of Bay Leaf #76B780

Tints of Bay Leaf #76B780

Color information

#76B780 (or 0x76B780) is unknown color: approx Bay Leaf. HEX triplet: 76, B7 and 80. RGB value is (118,183,128). Sum of RGB (Red+Green+Blue) = 118+183+128=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #76B780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B780 is #89487F. Grayscale: #9D9D9D. Windows color (decimal): -8996992 or 8435574. OLE color: 8435574.

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

Color convert

RGB118183128-
CMYK0.3600.300.28
HSL129.23º31.1%59.02%-
HSV(B)129.23º35.52%71.76%-
XYZ28.339.2826.51-
YUV157.29111.4799.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=27.51%
G=42.66%
B=29.84%

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
Decimal1181831280.3600.300.28129.2331.159.02
Hex76B7802401E1C811f3b
Octal16626720044036342013773
Binary11101101011011110000000100100011110111001000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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