#96A970

Color #96A970 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #96A970

Tints of Sage #96A970

Color information

#96A970 (or 0x96A970) is unknown color: approx Sage. HEX triplet: 96, A9 and 70. RGB value is (150,169,112). Sum of RGB (Red+Green+Blue) = 150+169+112=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #96A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A970 is #69568F. Grayscale: #9D9D9D. Windows color (decimal): -6903440 or 7383446. OLE color: 7383446.

HSL color Cylindrical-coordinate representation of color #96A970: hue angle of 80º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96A970 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB150169112-
CMYK0.1100.340.34
HSL80º24.89%55.1%-
HSV(B)80º33.73%66.27%-
XYZ29.6936.0320.72-
YUV156.82102.71123.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=34.80%
G=39.21%
B=25.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691120.1100.340.348024.8955.1
Hex96A970B02222501937
Octal22625116013042421203167
Binary1001011010101001111000010110100010100010101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,112); }

 H1.HeaderClassName
 {
   color: #96A970;
 }
 .AnyTagClassName
 {
   color: #96A970;
 }
</style>
background-color css

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

 a { background-color: rgb(150,169,112); }

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

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

 span { border-color: rgb(150,169,112); }

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