#79AB7F

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

Shades of Bay Leaf #79AB7F

Tints of Bay Leaf #79AB7F

Color information

#79AB7F (or 0x79AB7F) is unknown color: approx Bay Leaf. HEX triplet: 79, AB and 7F. RGB value is (121,171,127). Sum of RGB (Red+Green+Blue) = 121+171+127=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AB7F is #865480. Grayscale: #979797. Windows color (decimal): -8803457 or 8366969. OLE color: 8366969.

HSL color Cylindrical-coordinate representation of color #79AB7F: hue angle of 127.2º degrees, saturation: 0.23, 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 #79AB7F is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB121171127-
CMYK0.2900.260.33
HSL127.2º22.94%57.25%-
HSV(B)127.2º29.24%67.06%-
XYZ26.2834.7225.4-
YUV151.03114.44106.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 127 (50% from 255) = 30.31%
R=28.88%
G=40.81%
B=30.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211711270.2900.260.33127.222.9457.25
Hex79AB7F1D01A217f1739
Octal17125317735032411772771
Binary111100110101011111111111101011010100001111111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,171,127); }

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

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

 a { background-color: rgb(121,171,127); }

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

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

 span { border-color: rgb(121,171,127); }

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