#79A18A

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

Shades of Bay Leaf #79A18A

Tints of Bay Leaf #79A18A

Color information

#79A18A (or 0x79A18A) is unknown color: approx Bay Leaf. HEX triplet: 79, A1 and 8A. RGB value is (121,161,138). Sum of RGB (Red+Green+Blue) = 121+161+138=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #79A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A18A is #865E75. Grayscale: #929292. Windows color (decimal): -8806006 or 9085305. OLE color: 9085305.

HSL color Cylindrical-coordinate representation of color #79A18A: hue angle of 145.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A18A is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB121161138-
CMYK0.2500.140.37
HSL145.5º17.54%55.29%-
HSV(B)145.5º24.84%63.14%-
XYZ25.2231.3928.77-
YUV146.42123.25109.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=28.81%
G=38.33%
B=32.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211611380.2500.140.37145.517.5455.29
Hex79A18A190E25921237
Octal17124121231016452222267
Binary1111001101000011000101011001011101001011001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,161,138); }

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

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

 a { background-color: rgb(121,161,138); }

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

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

 span { border-color: rgb(121,161,138); }

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