#969266

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

Shades of Malachite Green #969266

Tints of Malachite Green #969266

Color information

#969266 (or 0x969266) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 66. RGB value is (150,146,102). Sum of RGB (Red+Green+Blue) = 150+146+102=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #969266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969266 is #696D99. Grayscale: #8E8E8E. Windows color (decimal): -6909338 or 6722198. OLE color: 6722198.

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

Color convert

RGB150146102-
CMYK00.030.320.41
HSL55º19.05%49.41%-
HSV(B)55º32%58.82%-
XYZ25.252816.64-
YUV142.18105.33133.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=37.69%
G=36.68%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610200.030.320.415519.0549.41
Hex969266032029371331
Octal226222146034051672361
Binary1001011010010010110011001110000010100111011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969266; }

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

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

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

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

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

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

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

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