#939876

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

Shades of Sage #939876

Tints of Sage #939876

Color information

#939876 (or 0x939876) is unknown color: approx Sage. HEX triplet: 93, 98 and 76. RGB value is (147,152,118). Sum of RGB (Red+Green+Blue) = 147+152+118=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #939876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939876 is #6C6789. Grayscale: #929292. Windows color (decimal): -7104394 or 7772307. OLE color: 7772307.

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

Color convert

RGB147152118-
CMYK0.0300.220.40
HSL68.82º14.17%52.94%-
HSV(B)68.82º22.37%59.61%-
XYZ26.5329.9721.53-
YUV146.63111.84128.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=35.25%
G=36.45%
B=28.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521180.0300.220.4068.8214.1752.94
Hex93987630162845e35
Octal2232301663026501051665
Binary100100111001100011101101101011010100010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939876; }

 p { color: rgb(147,152,118); }

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

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

 a { background-color: rgb(147,152,118); }

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

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

 span { border-color: rgb(147,152,118); }

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