#79AF7D

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

Shades of Bay Leaf #79AF7D

Tints of Bay Leaf #79AF7D

Color information

#79AF7D (or 0x79AF7D) is unknown color: approx Bay Leaf. HEX triplet: 79, AF and 7D. RGB value is (121,175,125). Sum of RGB (Red+Green+Blue) = 121+175+125=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AF7D is #865082. Grayscale: #999999. Windows color (decimal): -8802435 or 8236921. OLE color: 8236921.

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

Color convert

RGB121175125-
CMYK0.3100.290.31
HSL124.44º25.23%58.04%-
HSV(B)124.44º30.86%68.63%-
XYZ26.9236.2124.97-
YUV153.15112.11105.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.74%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=28.74%
G=41.57%
B=29.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751250.3100.290.31124.4425.2358.04
Hex79AF7D1F01D1F7c193a
Octal17125717537035371743172
Binary11110011010111111111011111101110111111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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