#969267

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

Shades of Malachite Green #969267

Tints of Malachite Green #969267

Color information

#969267 (or 0x969267) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 67. RGB value is (150,146,103). Sum of RGB (Red+Green+Blue) = 150+146+103=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969267 is #696D98. Grayscale: #8E8E8E. Windows color (decimal): -6909337 or 6787734. OLE color: 6787734.

HSL color Cylindrical-coordinate representation of color #969267: hue angle of 54.89º 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 #969267 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150146103-
CMYK00.030.310.41
HSL54.89º18.58%49.61%-
HSV(B)54.89º31.33%58.82%-
XYZ25.328.0216.91-
YUV142.29105.83133.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=37.59%
G=36.59%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610300.030.310.4154.8918.5849.61
Hex969267031F29371332
Octal226222147033751672362
Binary100101101001001011001110111111110100111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969267; }

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

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

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

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

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

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

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

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