#959570

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

Shades of Malachite Green #959570

Tints of Malachite Green #959570

Color information

#959570 (or 0x959570) is unknown color: approx Malachite Green. HEX triplet: 95, 95 and 70. RGB value is (149,149,112). Sum of RGB (Red+Green+Blue) = 149+149+112=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959570 is #6A6A8F. Grayscale: #909090. Windows color (decimal): -6974096 or 7378325. OLE color: 7378325.

HSL color Cylindrical-coordinate representation of color #959570: hue angle of 60º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959570 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149149112-
CMYK000.250.42
HSL60º14.86%51.18%-
HSV(B)60º24.83%58.43%-
XYZ26.0729.0519.56-
YUV144.78109.5131.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=36.34%
G=36.34%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149112000.250.426014.8651.18
Hex95957000192A3cf33
Octal225225160003152741763
Binary1001010110010101111000000110011010101111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959570; }

 p { color: rgb(149,149,112); }

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

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

 a { background-color: rgb(149,149,112); }

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

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

 span { border-color: rgb(149,149,112); }

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