#95A173

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

Shades of Sage #95A173

Tints of Sage #95A173

Color information

#95A173 (or 0x95A173) is unknown color: approx Sage. HEX triplet: 95, A1 and 73. RGB value is (149,161,115). Sum of RGB (Red+Green+Blue) = 149+161+115=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #95A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A173 is #6A5E8C. Grayscale: #989898. Windows color (decimal): -6971021 or 7578005. OLE color: 7578005.

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

Color convert

RGB149161115-
CMYK0.0700.290.37
HSL75.65º19.66%54.12%-
HSV(B)75.65º28.57%63.14%-
XYZ28.2333.1221.12-
YUV152.17107.02125.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=35.06%
G=37.88%
B=27.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491611150.0700.290.3775.6519.6654.12
Hex95A173701D254c1436
Octal2252411637035451142466
Binary10010101101000011110011111011101100101100110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,161,115); }

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

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

 a { background-color: rgb(149,161,115); }

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

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

 span { border-color: rgb(149,161,115); }

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