#76AF83

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

Shades of Bay Leaf #76AF83

Tints of Bay Leaf #76AF83

Color information

#76AF83 (or 0x76AF83) is unknown color: approx Bay Leaf. HEX triplet: 76, AF and 83. RGB value is (118,175,131). Sum of RGB (Red+Green+Blue) = 118+175+131=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF83 is #89507C. Grayscale: #999999. Windows color (decimal): -8999037 or 8630134. OLE color: 8630134.

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

Color convert

RGB118175131-
CMYK0.3300.250.31
HSL133.68º26.27%57.45%-
HSV(B)133.68º32.57%68.63%-
XYZ26.936.1527.03-
YUV152.94115.62103.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=27.83%
G=41.27%
B=30.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751310.3300.250.31133.6826.2757.45
Hex76AF83210191F861a39
Octal16625720341031372063271
Binary11101101010111110000011100001011001111111000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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