#79AA81

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

Shades of Bay Leaf #79AA81

Tints of Bay Leaf #79AA81

Color information

#79AA81 (or 0x79AA81) is unknown color: approx Bay Leaf. HEX triplet: 79, AA and 81. RGB value is (121,170,129). Sum of RGB (Red+Green+Blue) = 121+170+129=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA81 is #86557E. Grayscale: #969696. Windows color (decimal): -8803711 or 8497785. OLE color: 8497785.

HSL color Cylindrical-coordinate representation of color #79AA81: hue angle of 129.8º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA81 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB121170129-
CMYK0.2900.240.33
HSL129.8º22.37%57.06%-
HSV(B)129.8º28.82%66.67%-
XYZ26.2234.426.03-
YUV150.67115.77106.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=28.81%
G=40.48%
B=30.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701290.2900.240.33129.822.3757.06
Hex79AA811D01821821639
Octal17125220135030412022671
Binary11110011010101010000001111010110001000011000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AA81; }

 p { color: rgb(121,170,129); }

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

<style>
 a { background-color: #79AA81; }

 a { background-color: rgb(121,170,129); }

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

<style>
 span { border-color: #79AA81; }

 span { border-color: rgb(121,170,129); }

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