#95A079

Color #95A079 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #95A079

Tints of Sage #95A079

Color information

#95A079 (or 0x95A079) is unknown color: approx Sage. HEX triplet: 95, A0 and 79. RGB value is (149,160,121). Sum of RGB (Red+Green+Blue) = 149+160+121=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #95A079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A079 is #6A5F86. Grayscale: #989898. Windows color (decimal): -6971271 or 7970965. OLE color: 7970965.

HSL color Cylindrical-coordinate representation of color #95A079: hue angle of 76.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A079 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB149160121-
CMYK0.0700.240.37
HSL76.92º17.03%55.1%-
HSV(B)76.92º24.38%62.75%-
XYZ28.4232.9122.94-
YUV152.26110.36125.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=34.65%
G=37.21%
B=28.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601210.0700.240.3776.9217.0355.1
Hex95A0797018254d1137
Octal2252401717030451152167
Binary10010101101000001111001111011000100101100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A079; }

 p { color: rgb(149,160,121); }

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

<style>
 a { background-color: #95A079; }

 a { background-color: rgb(149,160,121); }

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

<style>
 span { border-color: #95A079; }

 span { border-color: rgb(149,160,121); }

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