#969362

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

Shades of Malachite Green #969362

Tints of Malachite Green #969362

Color information

#969362 (or 0x969362) is unknown color: approx Malachite Green. HEX triplet: 96, 93 and 62. RGB value is (150,147,98). Sum of RGB (Red+Green+Blue) = 150+147+98=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #969362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969362 is #696C9D. Grayscale: #8E8E8E. Windows color (decimal): -6909086 or 6460310. OLE color: 6460310.

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

Color convert

RGB15014798-
CMYK00.020.350.41
HSL56.54º20.97%48.63%-
HSV(B)56.54º34.67%58.82%-
XYZ25.2228.2315.68-
YUV142.31102.99133.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=37.97%
G=37.22%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501479800.020.350.4156.5420.9748.63
Hex969362022329391531
Octal226223142024351712561
Binary1001011010010011110001001010001110100111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969362; }

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

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

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

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

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

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

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

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