#76AB81

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

Shades of Bay Leaf #76AB81

Tints of Bay Leaf #76AB81

Color information

#76AB81 (or 0x76AB81) is unknown color: approx Bay Leaf. HEX triplet: 76, AB and 81. RGB value is (118,171,129). Sum of RGB (Red+Green+Blue) = 118+171+129=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB81 is #89547E. Grayscale: #969696. Windows color (decimal): -9000063 or 8498038. OLE color: 8498038.

HSL color Cylindrical-coordinate representation of color #76AB81: hue angle of 132.45º 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 #76AB81 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB118171129-
CMYK0.3100.250.33
HSL132.45º23.98%56.67%-
HSV(B)132.45º30.99%67.06%-
XYZ2634.5626.07-
YUV150.36115.94104.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=28.23%
G=40.91%
B=30.86%

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
Decimal1181711290.3100.250.33132.4523.9856.67
Hex76AB811F01921841839
Octal16625320137031412043071
Binary11101101010101110000001111110110011000011000010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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