#959467

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

Shades of Malachite Green #959467

Tints of Malachite Green #959467

Color information

#959467 (or 0x959467) is unknown color: approx Malachite Green. HEX triplet: 95, 94 and 67. RGB value is (149,148,103). Sum of RGB (Red+Green+Blue) = 149+148+103=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #959467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959467 is #6A6B98. Grayscale: #8F8F8F. Windows color (decimal): -6974361 or 6788245. OLE color: 6788245.

HSL color Cylindrical-coordinate representation of color #959467: hue angle of 58.7º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959467 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149148103-
CMYK00.010.310.42
HSL58.7º18.25%49.41%-
HSV(B)58.7º30.87%58.43%-
XYZ25.4328.5517-
YUV143.17105.33132.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=37.25%
G=37%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914810300.010.310.4258.718.2549.41
Hex959467011F2A3b1231
Octal225224147013752732261
Binary10010101100101001100111011111110101011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959467; }

 p { color: rgb(149,148,103); }

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

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

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

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

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

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

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