#95A470

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

Shades of Sage #95A470

Tints of Sage #95A470

Color information

#95A470 (or 0x95A470) is unknown color: approx Sage. HEX triplet: 95, A4 and 70. RGB value is (149,164,112). Sum of RGB (Red+Green+Blue) = 149+164+112=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #95A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A470 is #6A5B8F. Grayscale: #999999. Windows color (decimal): -6970256 or 7382165. OLE color: 7382165.

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

Color convert

RGB149164112-
CMYK0.0900.320.36
HSL77.31º22.22%54.12%-
HSV(B)77.31º31.71%64.31%-
XYZ28.5934.1120.41-
YUV153.59104.53124.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=35.06%
G=38.59%
B=26.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641120.0900.320.3677.3122.2254.12
Hex95A4709020244d1636
Octal22524416011040441152666
Binary1001010110100100111000010010100000100100100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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