Html Css Color HEX #969670 Malachite Green

📋 copy color: '#969670'

red 150 ◦ green 150 ◦ blue 112

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

Shades of Malachite Green #969670

Tints of Malachite Green #969670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 36.41%
G = 36.41%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#969670 (or 0x969670) is known color: Malachite Green. HEX triplet: 96, 96 and 70. RGB value is (150,150,112). Sum of RGB (Red+Green+Blue) = 150+150+112=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969670 is #69698F. Grayscale: #919191. Windows color (decimal): -6908304 or 7378582. OLE color: 7378582.

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

Color convert

RGB 150 150 112 -
CMYK 0 0 0.25 0.41
HSL 60º 0.15% 0.51% -
HSV(B) 60º 0.25% 0.59% -
XYZ 26.41 29.47 19.62 -
YUV 145.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 150 150 112 0 0 0.25 0.41 60 0.15 0.51
Hex 96 96 70 0 0 19 29 3C F 33
Octal 226 226 160 0 0 31 51 74 17 63
Binary 10010110 10010110 1110000 0 0 11001 101001 111100 1111 110011

Color Harmonies of #969670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969670

Black with #969670

Text Example


Text Example

White with #969670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969670; }

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

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

background-color css

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

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

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

border-color css

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

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

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