#96A770

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

Shades of Sage #96A770

Tints of Sage #96A770

Color information

#96A770 (or 0x96A770) is unknown color: approx Sage. HEX triplet: 96, A7 and 70. RGB value is (150,167,112). Sum of RGB (Red+Green+Blue) = 150+167+112=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #96A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A770 is #69588F. Grayscale: #9B9B9B. Windows color (decimal): -6903952 or 7382934. OLE color: 7382934.

HSL color Cylindrical-coordinate representation of color #96A770: hue angle of 78.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A770 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB150167112-
CMYK0.1000.330.35
HSL78.55º23.81%54.71%-
HSV(B)78.55º32.93%65.49%-
XYZ29.3235.2920.6-
YUV155.65103.37123.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=34.97%
G=38.93%
B=26.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501671120.1000.330.3578.5523.8154.71
Hex96A770A021234f1837
Octal22624716012041431173067
Binary1001011010100111111000010100100001100011100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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