#96A272

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

Shades of Sage #96A272

Tints of Sage #96A272

Color information

#96A272 (or 0x96A272) is unknown color: approx Sage. HEX triplet: 96, A2 and 72. RGB value is (150,162,114). Sum of RGB (Red+Green+Blue) = 150+162+114=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #96A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A272 is #695D8D. Grayscale: #999999. Windows color (decimal): -6905230 or 7512726. OLE color: 7512726.

HSL color Cylindrical-coordinate representation of color #96A272: hue angle of 75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A272 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB150162114-
CMYK0.0700.300.36
HSL75º20.51%54.12%-
HSV(B)75º29.63%63.53%-
XYZ28.5433.5420.89-
YUV152.94106.02125.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=35.21%
G=38.03%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621140.0700.300.367520.5154.12
Hex96A272701E244b1536
Octal2262421627036441132566
Binary10010110101000101110010111011110100100100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,114); }

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

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

 a { background-color: rgb(150,162,114); }

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

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

 span { border-color: rgb(150,162,114); }

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