#95966E

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

Shades of Malachite Green #95966E

Tints of Malachite Green #95966E

Color information

#95966E (or 0x95966E) is unknown color: approx Malachite Green. HEX triplet: 95, 96 and 6E. RGB value is (149,150,110). Sum of RGB (Red+Green+Blue) = 149+150+110=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #95966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95966E is #6A6991. Grayscale: #919191. Windows color (decimal): -6973842 or 7247509. OLE color: 7247509.

HSL color Cylindrical-coordinate representation of color #95966E: hue angle of 61.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95966E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB149150110-
CMYK0.0100.270.41
HSL61.5º16%50.98%-
HSV(B)61.5º26.67%58.82%-
XYZ26.1229.3319.04-
YUV145.14108.17130.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=36.43%
G=36.67%
B=26.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491501100.0100.270.4161.51650.98
Hex95966E101B293e1033
Octal225226156103351762063
Binary10010101100101101101110101101110100111111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95966E; }

 p { color: rgb(149,150,110); }

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

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

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

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

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

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

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