Html Css Color HEX #969673 Malachite Green

📋 copy color: '#969673'

red 150 ◦ green 150 ◦ blue 115

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

Shades of Malachite Green #969673

Tints of Malachite Green #969673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 36.14%
G = 36.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#969673 (or 0x969673) is known color: Malachite Green. HEX triplet: 96, 96 and 73. RGB value is (150,150,115). Sum of RGB (Red+Green+Blue) = 150+150+115=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969673 is #69698C. Grayscale: #929292. Windows color (decimal): -6908301 or 7575190. OLE color: 7575190.

HSL color Cylindrical-coordinate representation of color #969673: hue angle of 60º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969673 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 115 -
CMYK 0 0 0.23 0.41
HSL 60º 0.14% 0.52% -
HSV(B) 60º 0.23% 0.59% -
XYZ 26.58 29.53 20.52 -
YUV 146.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 150 150 115 0 0 0.23 0.41 60 0.14 0.52
Hex 96 96 73 0 0 17 29 3C E 34
Octal 226 226 163 0 0 27 51 74 16 64
Binary 10010110 10010110 1110011 0 0 10111 101001 111100 1110 110100

Color Harmonies of #969673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969673

Black with #969673

Text Example


Text Example

White with #969673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969673; }

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

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

background-color css

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

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

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

border-color css

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

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

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