#96A37A

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

Shades of Sage #96A37A

Tints of Sage #96A37A

Color information

#96A37A (or 0x96A37A) is unknown color: approx Sage. HEX triplet: 96, A3 and 7A. RGB value is (150,163,122). Sum of RGB (Red+Green+Blue) = 150+163+122=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #96A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A37A is #695C85. Grayscale: #9A9A9A. Windows color (decimal): -6904966 or 8037270. OLE color: 8037270.

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

Color convert

RGB150163122-
CMYK0.0800.250.36
HSL79.02º18.22%55.88%-
HSV(B)79.02º25.15%63.92%-
XYZ29.1934.0823.45-
YUV154.44109.69124.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=34.48%
G=37.47%
B=28.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631220.0800.250.3679.0218.2255.88
Hex96A37A8019244f1238
Octal22624317210031441172270
Binary100101101010001111110101000011001100100100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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