#95A47A

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

Shades of Sage #95A47A

Tints of Sage #95A47A

Color information

#95A47A (or 0x95A47A) is unknown color: approx Sage. HEX triplet: 95, A4 and 7A. RGB value is (149,164,122). Sum of RGB (Red+Green+Blue) = 149+164+122=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #95A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A47A is #6A5B85. Grayscale: #9A9A9A. Windows color (decimal): -6970246 or 8037525. OLE color: 8037525.

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

Color convert

RGB149164122-
CMYK0.0900.260.36
HSL81.43º18.75%56.08%-
HSV(B)81.43º25.61%64.31%-
XYZ29.1834.3523.5-
YUV154.73109.53123.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=34.25%
G=37.70%
B=28.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641220.0900.260.3681.4318.7556.08
Hex95A47A901A24511338
Octal22524417211032441212370
Binary100101011010010011110101001011010100100101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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