#969263

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

Shades of Malachite Green #969263

Tints of Malachite Green #969263

Color information

#969263 (or 0x969263) is unknown color: approx Malachite Green. HEX triplet: 96, 92 and 63. RGB value is (150,146,99). Sum of RGB (Red+Green+Blue) = 150+146+99=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #969263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969263 is #696D9C. Grayscale: #8E8E8E. Windows color (decimal): -6909341 or 6525590. OLE color: 6525590.

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

Color convert

RGB15014699-
CMYK00.030.340.41
HSL55.29º20.48%48.82%-
HSV(B)55.29º34%58.82%-
XYZ25.1127.9415.87-
YUV141.84103.83133.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=37.97%
G=36.96%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501469900.030.340.4155.2920.4848.82
Hex969263032229371431
Octal226222143034251672461
Binary1001011010010010110001101110001010100111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969263; }

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

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

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

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

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

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

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

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