#95A074

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

Shades of Sage #95A074

Tints of Sage #95A074

Color information

#95A074 (or 0x95A074) is unknown color: approx Sage. HEX triplet: 95, A0 and 74. RGB value is (149,160,116). Sum of RGB (Red+Green+Blue) = 149+160+116=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #95A074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A074 is #6A5F8B. Grayscale: #979797. Windows color (decimal): -6971276 or 7643285. OLE color: 7643285.

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

Color convert

RGB149160116-
CMYK0.0700.280.37
HSL75º18.8%54.12%-
HSV(B)75º27.5%62.75%-
XYZ28.1232.7921.37-
YUV151.69107.86126.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=35.06%
G=37.65%
B=27.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601160.0700.280.377518.854.12
Hex95A074701C254b1336
Octal2252401647034451132366
Binary10010101101000001110100111011100100101100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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