#95A67A

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

Shades of Sage #95A67A

Tints of Sage #95A67A

Color information

#95A67A (or 0x95A67A) is unknown color: approx Sage. HEX triplet: 95, A6 and 7A. RGB value is (149,166,122). Sum of RGB (Red+Green+Blue) = 149+166+122=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #95A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A67A is #6A5985. Grayscale: #9C9C9C. Windows color (decimal): -6969734 or 8038037. OLE color: 8038037.

HSL color Cylindrical-coordinate representation of color #95A67A: hue angle of 83.18º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A67A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB149166122-
CMYK0.1000.270.35
HSL83.18º19.82%56.47%-
HSV(B)83.18º26.51%65.1%-
XYZ29.5435.0723.62-
YUV155.9108.87123.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=34.10%
G=37.99%
B=27.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661220.1000.270.3583.1819.8256.47
Hex95A67AA01B23531438
Octal22524617212033431232470
Binary100101011010011011110101010011011100011101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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