#95926F

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

Shades of Malachite Green #95926F

Tints of Malachite Green #95926F

Color information

#95926F (or 0x95926F) is unknown color: approx Malachite Green. HEX triplet: 95, 92 and 6F. RGB value is (149,146,111). Sum of RGB (Red+Green+Blue) = 149+146+111=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95926F is #6A6D90. Grayscale: #8F8F8F. Windows color (decimal): -6974865 or 7312021. OLE color: 7312021.

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

Color convert

RGB149146111-
CMYK00.020.260.42
HSL55.26º15.2%50.98%-
HSV(B)55.26º25.5%58.43%-
XYZ25.5428.119.12-
YUV142.91109.99132.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=36.70%
G=35.96%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914611100.020.260.4255.2615.250.98
Hex95926F021A2A37f33
Octal225222157023252671763
Binary10010101100100101101111010110101010101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95926F; }

 p { color: rgb(149,146,111); }

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

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

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

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

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

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

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