#76AF80

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

Shades of Bay Leaf #76AF80

Tints of Bay Leaf #76AF80

Color information

#76AF80 (or 0x76AF80) is unknown color: approx Bay Leaf. HEX triplet: 76, AF and 80. RGB value is (118,175,128). Sum of RGB (Red+Green+Blue) = 118+175+128=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF80 is #89507F. Grayscale: #989898. Windows color (decimal): -8999040 or 8433526. OLE color: 8433526.

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

Color convert

RGB118175128-
CMYK0.3300.270.31
HSL130.53º26.27%57.45%-
HSV(B)130.53º32.57%68.63%-
XYZ26.736.0725.98-
YUV152.6114.12103.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=28.03%
G=41.57%
B=30.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751280.3300.270.31130.5326.2757.45
Hex76AF802101B1F831a39
Octal16625720041033372033271
Binary11101101010111110000000100001011011111111000001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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