#939779

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

Shades of Sage #939779

Tints of Sage #939779

Color information

#939779 (or 0x939779) is unknown color: approx Sage. HEX triplet: 93, 97 and 79. RGB value is (147,151,121). Sum of RGB (Red+Green+Blue) = 147+151+121=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #939779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939779 is #6C6886. Grayscale: #929292. Windows color (decimal): -7104647 or 7968659. OLE color: 7968659.

HSL color Cylindrical-coordinate representation of color #939779: hue angle of 68º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939779 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB147151121-
CMYK0.0300.200.41
HSL68º12.61%53.33%-
HSV(B)68º19.87%59.22%-
XYZ26.5529.7222.43-
YUV146.38113.67128.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=35.08%
G=36.04%
B=28.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511210.0300.200.416812.6153.33
Hex93977930142944d35
Octal2232271713024511041565
Binary100100111001011111110011101010010100110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939779; }

 p { color: rgb(147,151,121); }

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

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

 a { background-color: rgb(147,151,121); }

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

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

 span { border-color: rgb(147,151,121); }

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