#959061

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

Shades of Malachite Green #959061

Tints of Malachite Green #959061

Color information

#959061 (or 0x959061) is unknown color: approx Malachite Green. HEX triplet: 95, 90 and 61. RGB value is (149,144,97). Sum of RGB (Red+Green+Blue) = 149+144+97=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #959061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959061 is #6A6F9E. Grayscale: #8C8C8C. Windows color (decimal): -6975391 or 6394005. OLE color: 6394005.

HSL color Cylindrical-coordinate representation of color #959061: hue angle of 54.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959061 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14914497-
CMYK00.030.350.42
HSL54.23º21.14%48.24%-
HSV(B)54.23º34.9%58.43%-
XYZ24.5327.215.27-
YUV140.14103.66134.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=38.21%
G=36.92%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491449700.030.350.4254.2321.1448.24
Hex95906103232A361530
Octal225220141034352662560
Binary1001010110010000110000101110001110101011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959061; }

 p { color: rgb(149,144,97); }

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

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

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

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

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

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

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