#939877

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

Shades of Sage #939877

Tints of Sage #939877

Color information

#939877 (or 0x939877) is unknown color: approx Sage. HEX triplet: 93, 98 and 77. RGB value is (147,152,119). Sum of RGB (Red+Green+Blue) = 147+152+119=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #939877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939877 is #6C6788. Grayscale: #929292. Windows color (decimal): -7104393 or 7837843. OLE color: 7837843.

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

Color convert

RGB147152119-
CMYK0.0300.220.40
HSL69.09º13.81%53.14%-
HSV(B)69.09º21.71%59.61%-
XYZ26.5929.9921.84-
YUV146.74112.34128.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=35.17%
G=36.36%
B=28.47%

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
Decimal1471521190.0300.220.4069.0913.8153.14
Hex93987730162845e35
Octal2232301673026501051665
Binary100100111001100011101111101011010100010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939877; }

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

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

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

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

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

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

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

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