#969467

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

Shades of Malachite Green #969467

Tints of Malachite Green #969467

Color information

#969467 (or 0x969467) is unknown color: approx Malachite Green. HEX triplet: 96, 94 and 67. RGB value is (150,148,103). Sum of RGB (Red+Green+Blue) = 150+148+103=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #969467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969467 is #696B98. Grayscale: #8F8F8F. Windows color (decimal): -6908825 or 6788246. OLE color: 6788246.

HSL color Cylindrical-coordinate representation of color #969467: hue angle of 57.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969467 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150148103-
CMYK00.010.310.41
HSL57.45º18.58%49.61%-
HSV(B)57.45º31.33%58.82%-
XYZ25.6228.6417.01-
YUV143.47105.16132.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=37.41%
G=36.91%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014810300.010.310.4157.4518.5849.61
Hex969467011F29391332
Octal226224147013751712362
Binary10010110100101001100111011111110100111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969467; }

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

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

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

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

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

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

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

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