#95A278

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

Shades of Sage #95A278

Tints of Sage #95A278

Color information

#95A278 (or 0x95A278) is unknown color: approx Sage. HEX triplet: 95, A2 and 78. RGB value is (149,162,120). Sum of RGB (Red+Green+Blue) = 149+162+120=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #95A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A278 is #6A5D87. Grayscale: #999999. Windows color (decimal): -6970760 or 7905941. OLE color: 7905941.

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

Color convert

RGB149162120-
CMYK0.0800.260.36
HSL78.57º18.42%55.29%-
HSV(B)78.57º25.93%63.53%-
XYZ28.733.5922.74-
YUV153.32109.19124.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=34.57%
G=37.59%
B=27.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621200.0800.260.3678.5718.4255.29
Hex95A278801A244f1237
Octal22524217010032441172267
Binary100101011010001011110001000011010100100100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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