Html Css Color HEX #96A379 Sage

📋 copy color: '#96A379'

red 150 ◦ green 163 ◦ blue 121

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

Shades of Sage #96A379

Tints of Sage #96A379

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 34.56%
G = 37.56%
B = 27.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#96A379 (or 0x96A379) is known color: Sage. HEX triplet: 96, A3 and 79. RGB value is (150,163,121). Sum of RGB (Red+Green+Blue) = 150+163+121=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #96A379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A379 is #695C86. Grayscale: #9A9A9A. Windows color (decimal): -6904967 or 7971734. OLE color: 7971734.

HSL color Cylindrical-coordinate representation of color #96A379: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96A379 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 121 -
CMYK 0.08 0 0.26 0.36
HSL 78.57º 0.19% 0.56% -
HSV(B) 78.57º 0.26% 0.64% -
XYZ 29.13 34.06 23.13 -
YUV 154.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 150 163 121 0.08 0 0.26 0.36 78.57 0.19 0.56
Hex 96 A3 79 8 0 1A 24 4F 13 38
Octal 226 243 171 10 0 32 44 117 23 70
Binary 10010110 10100011 1111001 1000 0 11010 100100 1001111 10011 111000

Color Harmonies of #96A379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A379

Black with #96A379

Text Example


Text Example

White with #96A379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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