Html Css Color HEX #939979 Sage

📋 copy color: '#939979'

red 147 ◦ green 153 ◦ blue 121

#939979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #939979

Tints of Sage #939979

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 34.92%
G = 36.34%
B = 28.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#939979 (or 0x939979) is known color: Sage. HEX triplet: 93, 99 and 79. RGB value is (147,153,121). Sum of RGB (Red+Green+Blue) = 147+153+121=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #939979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939979 is #6C6686. Grayscale: #939393. Windows color (decimal): -7104135 or 7969171. OLE color: 7969171.

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

Color convert

RGB 147 153 121 -
CMYK 0.04 0 0.21 0.4
HSL 71.25º 0.14% 0.54% -
HSV(B) 71.25º 0.21% 0.6% -
XYZ 26.88 30.37 22.53 -
YUV 147.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 147 153 121 0.04 0 0.21 0.4 71.25 0.14 0.54
Hex 93 99 79 4 0 15 28 47 E 36
Octal 223 231 171 4 0 25 50 107 16 66
Binary 10010011 10011001 1111001 100 0 10101 101000 1000111 1110 110110

Color Harmonies of #939979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939979

Black with #939979

Text Example


Text Example

White with #939979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939979; }

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

 H1.HeaderClassName
 {
   color: #939979;
 }
 .AnyTagClassName
 {
   color: #939979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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