#76AA83

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

Shades of Bay Leaf #76AA83

Tints of Bay Leaf #76AA83

Color information

#76AA83 (or 0x76AA83) is unknown color: approx Bay Leaf. HEX triplet: 76, AA and 83. RGB value is (118,170,131). Sum of RGB (Red+Green+Blue) = 118+170+131=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA83 is #89557C. Grayscale: #969696. Windows color (decimal): -9000317 or 8628854. OLE color: 8628854.

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

Color convert

RGB118170131-
CMYK0.3100.230.33
HSL135º23.42%56.47%-
HSV(B)135º30.59%66.67%-
XYZ25.9434.2426.71-
YUV150.01117.27105.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=28.16%
G=40.57%
B=31.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701310.3100.230.3313523.4256.47
Hex76AA831F01721871738
Octal16625220337027412072770
Binary11101101010101010000011111110101111000011000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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