#95A17B

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

Shades of Sage #95A17B

Tints of Sage #95A17B

Color information

#95A17B (or 0x95A17B) is unknown color: approx Sage. HEX triplet: 95, A1 and 7B. RGB value is (149,161,123). Sum of RGB (Red+Green+Blue) = 149+161+123=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17B is #6A5E84. Grayscale: #999999. Windows color (decimal): -6971013 or 8102293. OLE color: 8102293.

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

Color convert

RGB149161123-
CMYK0.0700.240.37
HSL78.95º16.81%55.69%-
HSV(B)78.95º23.6%63.14%-
XYZ28.7133.3123.65-
YUV153.08111.02125.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=34.41%
G=37.18%
B=28.41%

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
Decimal1491611230.0700.240.3778.9516.8155.69
Hex95A17B7018254f1138
Octal2252411737030451172170
Binary10010101101000011111011111011000100101100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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