#96987A

Color #96987A Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #96987A

Tints of Malachite Green #96987A

Color information

#96987A (or 0x96987A) is unknown color: approx Malachite Green. HEX triplet: 96, 98 and 7A. RGB value is (150,152,122). Sum of RGB (Red+Green+Blue) = 150+152+122=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #96987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96987A is #696785. Grayscale: #949494. Windows color (decimal): -6907782 or 8034454. OLE color: 8034454.

HSL color Cylindrical-coordinate representation of color #96987A: hue angle of 64º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96987A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB150152122-
CMYK0.0100.200.40
HSL64º12.71%53.73%-
HSV(B)64º19.74%59.61%-
XYZ27.3230.3522.83-
YUV147.98113.34129.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=35.38%
G=35.85%
B=28.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521220.0100.200.406412.7153.73
Hex96987A10142840d36
Octal2262301721024501001566
Binary10010110100110001111010101010010100010000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96987A; }

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

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

<style>
 a { background-color: #96987A; }

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

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

<style>
 span { border-color: #96987A; }

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

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