#95A276

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

Shades of Sage #95A276

Tints of Sage #95A276

Color information

#95A276 (or 0x95A276) is unknown color: approx Sage. HEX triplet: 95, A2 and 76. RGB value is (149,162,118). Sum of RGB (Red+Green+Blue) = 149+162+118=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #95A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A276 is #6A5D89. Grayscale: #999999. Windows color (decimal): -6970762 or 7774869. OLE color: 7774869.

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

Color convert

RGB149162118-
CMYK0.0800.270.36
HSL77.73º19.13%54.9%-
HSV(B)77.73º27.16%63.53%-
XYZ28.5833.5422.11-
YUV153.1108.19125.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=34.73%
G=37.76%
B=27.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621180.0800.270.3677.7319.1354.9
Hex95A276801B244e1337
Octal22524216610033441162367
Binary100101011010001011101101000011011100100100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,118); }

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

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

 a { background-color: rgb(149,162,118); }

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

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

 span { border-color: rgb(149,162,118); }

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