#96A27F

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

Shades of Sage #96A27F

Tints of Sage #96A27F

Color information

#96A27F (or 0x96A27F) is unknown color: approx Sage. HEX triplet: 96, A2 and 7F. RGB value is (150,162,127). Sum of RGB (Red+Green+Blue) = 150+162+127=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #96A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A27F is #695D80. Grayscale: #9A9A9A. Windows color (decimal): -6905217 or 8364694. OLE color: 8364694.

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

Color convert

RGB150162127-
CMYK0.0700.220.36
HSL80.57º15.84%56.67%-
HSV(B)80.57º21.6%63.53%-
XYZ29.3333.8625.07-
YUV154.42112.52124.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 127 (50% from 255) = 28.93%
R=34.17%
G=36.90%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621270.0700.220.3680.5715.8456.67
Hex96A27F701624511039
Octal2262421777026441212071
Binary10010110101000101111111111010110100100101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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