Html Css Color HEX #929979 Sage

📋 copy color: '#929979'

red 146 ◦ green 153 ◦ blue 121

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

Shades of Sage #929979

Tints of Sage #929979

RGB

 RED value IS 146 (57.42% from 255) = 34.76%

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

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

R = 34.76%
G = 36.43%
B = 28.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#929979 (or 0x929979) is known color: Sage. HEX triplet: 92, 99 and 79. RGB value is (146,153,121). Sum of RGB (Red+Green+Blue) = 146+153+121=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #929979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929979 is #6D6686. Grayscale: #939393. Windows color (decimal): -7169671 or 7969170. OLE color: 7969170.

HSL color Cylindrical-coordinate representation of color #929979: hue angle of 73.12º 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 #929979 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 121 -
CMYK 0.05 0 0.21 0.4
HSL 73.13º 0.14% 0.54% -
HSV(B) 73.13º 0.21% 0.6% -
XYZ 26.7 30.27 22.53 -
YUV 147.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 146 153 121 0.05 0 0.21 0.4 73.13 0.14 0.54
Hex 92 99 79 5 0 15 28 49 E 36
Octal 222 231 171 5 0 25 50 111 16 66
Binary 10010010 10011001 1111001 101 0 10101 101000 1001001 1110 110110

Color Harmonies of #929979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929979

Black with #929979

Text Example


Text Example

White with #929979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929979; }

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

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

background-color css

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

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

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

border-color css

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

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

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