#939981

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

Shades of Sage #939981

Tints of Sage #939981

Color information

#939981 (or 0x939981) is unknown color: approx Sage. HEX triplet: 93, 99 and 81. RGB value is (147,153,129). Sum of RGB (Red+Green+Blue) = 147+153+129=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #939981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939981 is #6C667E. Grayscale: #949494. Windows color (decimal): -7104127 or 8493459. OLE color: 8493459.

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

Color convert

RGB147153129-
CMYK0.0400.160.4
HSL75º10.53%55.29%-
HSV(B)75º15.69%60%-
XYZ27.3930.5725.23-
YUV148.47117.01126.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=34.27%
G=35.66%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531290.0400.160.47510.5355.29
Hex9399814010284bb37
Octal2232312014020501131367
Binary10010011100110011000000110001000010100010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939981; }

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

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

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

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

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

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

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

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