#949878

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

Shades of Sage #949878

Tints of Sage #949878

Color information

#949878 (or 0x949878) is unknown color: approx Sage. HEX triplet: 94, 98 and 78. RGB value is (148,152,120). Sum of RGB (Red+Green+Blue) = 148+152+120=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #949878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949878 is #6B6787. Grayscale: #939393. Windows color (decimal): -7038856 or 7903380. OLE color: 7903380.

HSL color Cylindrical-coordinate representation of color #949878: hue angle of 67.5º 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 #949878 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB148152120-
CMYK0.0300.210.40
HSL67.5º13.45%53.33%-
HSV(B)67.5º21.05%59.61%-
XYZ26.8330.1122.17-
YUV147.16112.67128.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=35.24%
G=36.19%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521200.0300.210.4067.513.4553.33
Hex94987830152844d35
Octal2242301703025501041565
Binary100101001001100011110001101010110100010001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949878; }

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

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

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

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

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

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

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

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