#96A36E

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

Shades of Sage #96A36E

Tints of Sage #96A36E

Color information

#96A36E (or 0x96A36E) is unknown color: approx Sage. HEX triplet: 96, A3 and 6E. RGB value is (150,163,110). Sum of RGB (Red+Green+Blue) = 150+163+110=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #96A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A36E is #695C91. Grayscale: #999999. Windows color (decimal): -6904978 or 7250838. OLE color: 7250838.

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

Color convert

RGB150163110-
CMYK0.0800.330.36
HSL74.72º22.36%53.53%-
HSV(B)74.72º32.52%63.92%-
XYZ28.4933.819.78-
YUV153.07103.69125.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=35.46%
G=38.53%
B=26.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631100.0800.330.3674.7222.3653.53
Hex96A36E8021244b1636
Octal22624315610041441132666
Binary1001011010100011110111010000100001100100100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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