Html Css Color HEX #969370 Malachite Green

📋 copy color: '#969370'

red 150 ◦ green 147 ◦ blue 112

#969370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #969370

Tints of Malachite Green #969370

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 36.67%
G = 35.94%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#969370 (or 0x969370) is known color: Malachite Green. HEX triplet: 96, 93 and 70. RGB value is (150,147,112). Sum of RGB (Red+Green+Blue) = 150+147+112=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #969370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969370 is #696C8F. Grayscale: #909090. Windows color (decimal): -6909072 or 7377814. OLE color: 7377814.

HSL color Cylindrical-coordinate representation of color #969370: hue angle of 55.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969370 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 112 -
CMYK 0 0.02 0.25 0.41
HSL 55.26º 0.15% 0.51% -
HSV(B) 55.26º 0.25% 0.59% -
XYZ 25.94 28.52 19.47 -
YUV 143.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 150 147 112 0 0.02 0.25 0.41 55.26 0.15 0.51
Hex 96 93 70 0 2 19 29 37 F 33
Octal 226 223 160 0 2 31 51 67 17 63
Binary 10010110 10010011 1110000 0 10 11001 101001 110111 1111 110011

Color Harmonies of #969370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969370

Black with #969370

Text Example


Text Example

White with #969370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969370; }

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

 H1.HeaderClassName
 {
   color: #969370;
 }
 .AnyTagClassName
 {
   color: #969370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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