Html Css Color HEX #96A16E Sage

📋 copy color: '#96A16E'

red 150 ◦ green 161 ◦ blue 110

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

Shades of Sage #96A16E

Tints of Sage #96A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 35.63%
G = 38.24%
B = 26.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#96A16E (or 0x96A16E) is known color: Sage. HEX triplet: 96, A1 and 6E. RGB value is (150,161,110). Sum of RGB (Red+Green+Blue) = 150+161+110=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #96A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A16E is #695E91. Grayscale: #989898. Windows color (decimal): -6905490 or 7250326. OLE color: 7250326.

HSL color Cylindrical-coordinate representation of color #96A16E: hue angle of 72.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A16E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 110 -
CMYK 0.07 0 0.32 0.37
HSL 72.94º 0.21% 0.53% -
HSV(B) 72.94º 0.32% 0.63% -
XYZ 28.14 33.1 19.66 -
YUV 151.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 150 161 110 0.07 0 0.32 0.37 72.94 0.21 0.53
Hex 96 A1 6E 7 0 20 25 49 15 35
Octal 226 241 156 7 0 40 45 111 25 65
Binary 10010110 10100001 1101110 111 0 100000 100101 1001001 10101 110101

Color Harmonies of #96A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A16E

Black with #96A16E

Text Example


Text Example

White with #96A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,110); }

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

background-color css

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

 a { background-color: rgb(150,161,110); }

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

border-color css

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

 span { border-color: rgb(150,161,110); }

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