#939978

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

Shades of Sage #939978

Tints of Sage #939978

Color information

#939978 (or 0x939978) is unknown color: approx Sage. HEX triplet: 93, 99 and 78. RGB value is (147,153,120). Sum of RGB (Red+Green+Blue) = 147+153+120=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #939978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939978 is #6C6687. Grayscale: #939393. Windows color (decimal): -7104136 or 7903635. OLE color: 7903635.

HSL color Cylindrical-coordinate representation of color #939978: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939978 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB147153120-
CMYK0.0400.220.4
HSL70.91º13.92%53.53%-
HSV(B)70.91º21.57%60%-
XYZ26.8130.3422.21-
YUV147.44112.51127.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=35%
G=36.43%
B=28.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531200.0400.220.470.9113.9253.53
Hex93997840162847e36
Octal2232311704026501071666
Binary1001001110011001111100010001011010100010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939978; }

 p { color: rgb(147,153,120); }

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

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

 a { background-color: rgb(147,153,120); }

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

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

 span { border-color: rgb(147,153,120); }

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