#95956A

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

Shades of Malachite Green #95956A

Tints of Malachite Green #95956A

Color information

#95956A (or 0x95956A) is unknown color: approx Malachite Green. HEX triplet: 95, 95 and 6A. RGB value is (149,149,106). Sum of RGB (Red+Green+Blue) = 149+149+106=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95956A is #6A6A95. Grayscale: #909090. Windows color (decimal): -6974102 or 6985109. OLE color: 6985109.

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

Color convert

RGB149149106-
CMYK000.290.42
HSL60º16.86%50%-
HSV(B)60º28.86%58.43%-
XYZ25.7428.9317.86-
YUV144.1106.5131.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=36.88%
G=36.88%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149149106000.290.426016.8650
Hex95956A001D2A3c1132
Octal225225152003552742162
Binary10010101100101011101010001110110101011110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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