#969268

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

Shades of Malachite Green #969268

Tints of Malachite Green #969268

Color information

#969268 (or 0x969268) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 68. RGB value is (150,146,104). Sum of RGB (Red+Green+Blue) = 150+146+104=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #969268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969268 is #696D97. Grayscale: #8E8E8E. Windows color (decimal): -6909336 or 6853270. OLE color: 6853270.

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

Color convert

RGB150146104-
CMYK00.030.310.41
HSL54.78º18.11%49.8%-
HSV(B)54.78º30.67%58.82%-
XYZ25.3628.0417.17-
YUV142.41106.33133.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 104 (41.02% from 255) = 26%
R=37.5%
G=36.5%
B=26%

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
Decimal15014610400.030.310.4154.7818.1149.8
Hex969268031F29371232
Octal226222150033751672262
Binary100101101001001011010000111111110100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969268; }

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

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

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

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

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

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

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

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