#79AF7E

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

Shades of Bay Leaf #79AF7E

Tints of Bay Leaf #79AF7E

Color information

#79AF7E (or 0x79AF7E) is unknown color: approx Bay Leaf. HEX triplet: 79, AF and 7E. RGB value is (121,175,126). Sum of RGB (Red+Green+Blue) = 121+175+126=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AF7E is #865081. Grayscale: #999999. Windows color (decimal): -8802434 or 8302457. OLE color: 8302457.

HSL color Cylindrical-coordinate representation of color #79AF7E: hue angle of 125.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AF7E is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB121175126-
CMYK0.3100.280.31
HSL125.56º25.23%58.04%-
HSV(B)125.56º30.86%68.63%-
XYZ26.9836.2325.31-
YUV153.27112.61104.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=28.67%
G=41.47%
B=29.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751260.3100.280.31125.5625.2358.04
Hex79AF7E1F01C1F7e193a
Octal17125717637034371763172
Binary11110011010111111111101111101110011111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,126); }

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

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

 a { background-color: rgb(121,175,126); }

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

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

 span { border-color: rgb(121,175,126); }

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