#95A472

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

Shades of Sage #95A472

Tints of Sage #95A472

Color information

#95A472 (or 0x95A472) is unknown color: approx Sage. HEX triplet: 95, A4 and 72. RGB value is (149,164,114). Sum of RGB (Red+Green+Blue) = 149+164+114=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #95A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A472 is #6A5B8D. Grayscale: #999999. Windows color (decimal): -6970254 or 7513237. OLE color: 7513237.

HSL color Cylindrical-coordinate representation of color #95A472: hue angle of 78º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A472 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB149164114-
CMYK0.0900.300.36
HSL78º21.55%54.51%-
HSV(B)78º30.49%64.31%-
XYZ28.7134.1621-
YUV153.82105.53124.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=34.89%
G=38.41%
B=26.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641140.0900.300.367821.5554.51
Hex95A472901E244e1637
Octal22524416211036441162667
Binary100101011010010011100101001011110100100100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,114); }

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

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

 a { background-color: rgb(149,164,114); }

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

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

 span { border-color: rgb(149,164,114); }

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