#79AF8F

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

Shades of Bay Leaf #79AF8F

Tints of Bay Leaf #79AF8F

Color information

#79AF8F (or 0x79AF8F) is unknown color: approx Bay Leaf. HEX triplet: 79, AF and 8F. RGB value is (121,175,143). Sum of RGB (Red+Green+Blue) = 121+175+143=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AF8F is #865070. Grayscale: #9B9B9B. Windows color (decimal): -8802417 or 9416569. OLE color: 9416569.

HSL color Cylindrical-coordinate representation of color #79AF8F: hue angle of 144.44º 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 #79AF8F is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB121175143-
CMYK0.3100.180.31
HSL144.44º25.23%58.04%-
HSV(B)144.44º30.86%68.63%-
XYZ28.1736.7131.59-
YUV155.21121.11103.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=27.56%
G=39.86%
B=32.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751430.3100.180.31144.4425.2358.04
Hex79AF8F1F0121F90193a
Octal17125721737022372203172
Binary1111001101011111000111111111010010111111001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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