#969262

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

Shades of Malachite Green #969262

Tints of Malachite Green #969262

Color information

#969262 (or 0x969262) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 62. RGB value is (150,146,98). Sum of RGB (Red+Green+Blue) = 150+146+98=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #969262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969262 is #696D9D. Grayscale: #8D8D8D. Windows color (decimal): -6909342 or 6460054. OLE color: 6460054.

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

Color convert

RGB15014698-
CMYK00.030.350.41
HSL55.38º20.97%48.63%-
HSV(B)55.38º34.67%58.82%-
XYZ25.0627.9215.62-
YUV141.72103.33133.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=38.07%
G=37.06%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501469800.030.350.4155.3820.9748.63
Hex969262032329371531
Octal226222142034351672561
Binary1001011010010010110001001110001110100111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969262; }

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

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

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

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

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

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

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

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