#96A27A

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

Shades of Sage #96A27A

Tints of Sage #96A27A

Color information

#96A27A (or 0x96A27A) is unknown color: approx Sage. HEX triplet: 96, A2 and 7A. RGB value is (150,162,122). Sum of RGB (Red+Green+Blue) = 150+162+122=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #96A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A27A is #695D85. Grayscale: #999999. Windows color (decimal): -6905222 or 8037014. OLE color: 8037014.

HSL color Cylindrical-coordinate representation of color #96A27A: hue angle of 78º 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 #96A27A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB150162122-
CMYK0.0700.250.36
HSL78º17.7%55.69%-
HSV(B)78º24.69%63.53%-
XYZ29.0133.7323.39-
YUV153.85110.02125.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=34.56%
G=37.33%
B=28.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621220.0700.250.367817.755.69
Hex96A27A7019244e1238
Octal2262421727031441162270
Binary10010110101000101111010111011001100100100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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