#939976

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

Shades of Sage #939976

Tints of Sage #939976

Color information

#939976 (or 0x939976) is unknown color: approx Sage. HEX triplet: 93, 99 and 76. RGB value is (147,153,118). Sum of RGB (Red+Green+Blue) = 147+153+118=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #939976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939976 is #6C6689. Grayscale: #939393. Windows color (decimal): -7104138 or 7772563. OLE color: 7772563.

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

Color convert

RGB147153118-
CMYK0.0400.230.4
HSL70.29º14.64%53.14%-
HSV(B)70.29º22.88%60%-
XYZ26.6930.2921.58-
YUV147.22111.51127.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=35.17%
G=36.60%
B=28.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531180.0400.230.470.2914.6453.14
Hex93997640172846f35
Octal2232311664027501061765
Binary1001001110011001111011010001011110100010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939976; }

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

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

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

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

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

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

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

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