#79A285

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

Shades of Bay Leaf #79A285

Tints of Bay Leaf #79A285

Color information

#79A285 (or 0x79A285) is unknown color: approx Bay Leaf. HEX triplet: 79, A2 and 85. RGB value is (121,162,133). Sum of RGB (Red+Green+Blue) = 121+162+133=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #79A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A285 is #865D7A. Grayscale: #929292. Windows color (decimal): -8805755 or 8757881. OLE color: 8757881.

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

Color convert

RGB121162133-
CMYK0.2500.180.36
HSL137.56º18.06%55.49%-
HSV(B)137.56º25.31%63.53%-
XYZ25.0431.626.97-
YUV146.44120.42109.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=29.09%
G=38.94%
B=31.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621330.2500.180.36137.5618.0655.49
Hex79A28519012248a1237
Octal17124220531022442122267
Binary11110011010001010000101110010100101001001000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,162,133); }

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

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

 a { background-color: rgb(121,162,133); }

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

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

 span { border-color: rgb(121,162,133); }

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