Html Css Color HEX #96A279 Sage

📋 copy color: '#96A279'

red 150 ◦ green 162 ◦ blue 121

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

Shades of Sage #96A279

Tints of Sage #96A279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 34.64%
G = 37.41%
B = 27.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#96A279 (or 0x96A279) is known color: Sage. HEX triplet: 96, A2 and 79. RGB value is (150,162,121). Sum of RGB (Red+Green+Blue) = 150+162+121=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #96A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A279 is #695D86. Grayscale: #999999. Windows color (decimal): -6905223 or 7971478. OLE color: 7971478.

HSL color Cylindrical-coordinate representation of color #96A279: hue angle of 77.56º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96A279 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 121 -
CMYK 0.07 0 0.25 0.36
HSL 77.56º 0.18% 0.55% -
HSV(B) 77.56º 0.25% 0.64% -
XYZ 28.95 33.71 23.07 -
YUV 153.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 150 162 121 0.07 0 0.25 0.36 77.56 0.18 0.55
Hex 96 A2 79 7 0 19 24 4E 12 37
Octal 226 242 171 7 0 31 44 116 22 67
Binary 10010110 10100010 1111001 111 0 11001 100100 1001110 10010 110111

Color Harmonies of #96A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A279

Black with #96A279

Text Example


Text Example

White with #96A279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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