Html Css Color HEX #96A079 Sage

📋 copy color: '#96A079'

red 150 ◦ green 160 ◦ blue 121

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

Shades of Sage #96A079

Tints of Sage #96A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

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

R = 34.8%
G = 37.12%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#96A079 (or 0x96A079) is known color: Sage. HEX triplet: 96, A0 and 79. RGB value is (150,160,121). Sum of RGB (Red+Green+Blue) = 150+160+121=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #96A079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A079 is #695F86. Grayscale: #989898. Windows color (decimal): -6905735 or 7970966. OLE color: 7970966.

HSL color Cylindrical-coordinate representation of color #96A079: hue angle of 75.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96A079 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 121 -
CMYK 0.06 0 0.24 0.37
HSL 75.38º 0.17% 0.55% -
HSV(B) 75.38º 0.24% 0.63% -
XYZ 28.6 33.01 22.95 -
YUV 152.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 150 160 121 0.06 0 0.24 0.37 75.38 0.17 0.55
Hex 96 A0 79 6 0 18 25 4B 11 37
Octal 226 240 171 6 0 30 45 113 21 67
Binary 10010110 10100000 1111001 110 0 11000 100101 1001011 10001 110111

Color Harmonies of #96A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A079

Black with #96A079

Text Example


Text Example

White with #96A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A079; }

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

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

background-color css

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

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

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

border-color css

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

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

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