#959878

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

Shades of Sage #959878

Tints of Sage #959878

Color information

#959878 (or 0x959878) is unknown color: approx Sage. HEX triplet: 95, 98 and 78. RGB value is (149,152,120). Sum of RGB (Red+Green+Blue) = 149+152+120=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #959878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959878 is #6A6787. Grayscale: #939393. Windows color (decimal): -6973320 or 7903381. OLE color: 7903381.

HSL color Cylindrical-coordinate representation of color #959878: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959878 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB149152120-
CMYK0.0200.210.40
HSL65.62º13.45%53.33%-
HSV(B)65.62º21.05%59.61%-
XYZ27.0130.222.18-
YUV147.45112.51129.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=35.39%
G=36.10%
B=28.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491521200.0200.210.4065.6213.4553.33
Hex95987820152842d35
Octal2252301702025501021565
Binary100101011001100011110001001010110100010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959878; }

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

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

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

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

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

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

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

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