Html Css Color HEX #969979 Sage

📋 copy color: '#969979'

red 150 ◦ green 153 ◦ blue 121

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

Shades of Sage #969979

Tints of Sage #969979

RGB

 RED value IS 150 (58.98% from 255) = 35.38%

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

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

R = 35.38%
G = 36.08%
B = 28.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#969979 (or 0x969979) is known color: Sage. HEX triplet: 96, 99 and 79. RGB value is (150,153,121). Sum of RGB (Red+Green+Blue) = 150+153+121=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #969979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969979 is #696686. Grayscale: #949494. Windows color (decimal): -6907527 or 7969174. OLE color: 7969174.

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

Color convert

RGB 150 153 121 -
CMYK 0.02 0 0.21 0.4
HSL 65.63º 0.14% 0.54% -
HSV(B) 65.63º 0.21% 0.6% -
XYZ 27.42 30.65 22.56 -
YUV 148.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 150 153 121 0.02 0 0.21 0.4 65.63 0.14 0.54
Hex 96 99 79 2 0 15 28 42 E 36
Octal 226 231 171 2 0 25 50 102 16 66
Binary 10010110 10011001 1111001 10 0 10101 101000 1000010 1110 110110

Color Harmonies of #969979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969979

Black with #969979

Text Example


Text Example

White with #969979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969979; }

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

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

background-color css

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

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

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

border-color css

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

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

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