#79AF8E

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

Shades of Bay Leaf #79AF8E

Tints of Bay Leaf #79AF8E

Color information

#79AF8E (or 0x79AF8E) is unknown color: approx Bay Leaf. HEX triplet: 79, AF and 8E. RGB value is (121,175,142). Sum of RGB (Red+Green+Blue) = 121+175+142=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AF8E is #865071. Grayscale: #9B9B9B. Windows color (decimal): -8802418 or 9351033. OLE color: 9351033.

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

Color convert

RGB121175142-
CMYK0.3100.190.31
HSL143.33º25.23%58.04%-
HSV(B)143.33º30.86%68.63%-
XYZ28.136.6831.19-
YUV155.09120.61103.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=27.63%
G=39.95%
B=32.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751420.3100.190.31143.3325.2358.04
Hex79AF8E1F0131F8f193a
Octal17125721637023372173172
Binary1111001101011111000111011111010011111111000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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