#95A075

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

Shades of Sage #95A075

Tints of Sage #95A075

Color information

#95A075 (or 0x95A075) is unknown color: approx Sage. HEX triplet: 95, A0 and 75. RGB value is (149,160,117). Sum of RGB (Red+Green+Blue) = 149+160+117=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #95A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A075 is #6A5F8A. Grayscale: #979797. Windows color (decimal): -6971275 or 7708821. OLE color: 7708821.

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

Color convert

RGB149160117-
CMYK0.0700.270.37
HSL75.35º18.45%54.31%-
HSV(B)75.35º26.88%62.75%-
XYZ28.1832.8221.68-
YUV151.81108.36126-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=34.98%
G=37.56%
B=27.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601170.0700.270.3775.3518.4554.31
Hex95A075701B254b1236
Octal2252401657033451132266
Binary10010101101000001110101111011011100101100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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