#76AB80

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

Shades of Bay Leaf #76AB80

Tints of Bay Leaf #76AB80

Color information

#76AB80 (or 0x76AB80) is unknown color: approx Bay Leaf. HEX triplet: 76, AB and 80. RGB value is (118,171,128). Sum of RGB (Red+Green+Blue) = 118+171+128=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB80 is #89547F. Grayscale: #969696. Windows color (decimal): -9000064 or 8432502. OLE color: 8432502.

HSL color Cylindrical-coordinate representation of color #76AB80: hue angle of 131.32º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB80 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB118171128-
CMYK0.3100.250.33
HSL131.32º23.98%56.67%-
HSV(B)131.32º30.99%67.06%-
XYZ25.9334.5425.72-
YUV150.25115.44105-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=28.30%
G=41.01%
B=30.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711280.3100.250.33131.3223.9856.67
Hex76AB801F01921831839
Octal16625320037031412033071
Binary11101101010101110000000111110110011000011000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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