Html Css Color HEX #969674 Malachite Green

📋 copy color: '#969674'

red 150 ◦ green 150 ◦ blue 116

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

Shades of Malachite Green #969674

Tints of Malachite Green #969674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 36.06%
G = 36.06%
B = 27.88%

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

#969674 (or 0x969674) is known color: Malachite Green. HEX triplet: 96, 96 and 74. RGB value is (150,150,116). Sum of RGB (Red+Green+Blue) = 150+150+116=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969674 is #69698B. Grayscale: #929292. Windows color (decimal): -6908300 or 7640726. OLE color: 7640726.

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

Color convert

RGB 150 150 116 -
CMYK 0 0 0.23 0.41
HSL 60º 0.14% 0.52% -
HSV(B) 60º 0.23% 0.59% -
XYZ 26.64 29.56 20.82 -
YUV 146.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 150 150 116 0 0 0.23 0.41 60 0.14 0.52
Hex 96 96 74 0 0 17 29 3C E 34
Octal 226 226 164 0 0 27 51 74 16 64
Binary 10010110 10010110 1110100 0 0 10111 101001 111100 1110 110100

Color Harmonies of #969674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969674

Black with #969674

Text Example


Text Example

White with #969674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969674; }

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

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

background-color css

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

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

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

border-color css

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

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

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