#76AF7D

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

Shades of Bay Leaf #76AF7D

Tints of Bay Leaf #76AF7D

Color information

#76AF7D (or 0x76AF7D) is unknown color: approx Bay Leaf. HEX triplet: 76, AF and 7D. RGB value is (118,175,125). Sum of RGB (Red+Green+Blue) = 118+175+125=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF7D is #895082. Grayscale: #989898. Windows color (decimal): -8999043 or 8236918. OLE color: 8236918.

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

Color convert

RGB118175125-
CMYK0.3300.290.31
HSL127.37º26.27%57.45%-
HSV(B)127.37º32.57%68.63%-
XYZ26.535.9924.95-
YUV152.26112.62103.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=28.23%
G=41.87%
B=29.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751250.3300.290.31127.3726.2757.45
Hex76AF7D2101D1F7f1a39
Octal16625717541035371773271
Binary111011010101111111110110000101110111111111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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