Html Css Color HEX #969976 Malachite Green

📋 copy color: '#969976'

red 150 ◦ green 153 ◦ blue 118

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

Shades of Malachite Green #969976

Tints of Malachite Green #969976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 35.63%
G = 36.34%
B = 28.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#969976 (or 0x969976) is known color: Malachite Green. HEX triplet: 96, 99 and 76. RGB value is (150,153,118). Sum of RGB (Red+Green+Blue) = 150+153+118=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #969976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969976 is #696689. Grayscale: #949494. Windows color (decimal): -6907530 or 7772566. OLE color: 7772566.

HSL color Cylindrical-coordinate representation of color #969976: hue angle of 65.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969976 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 118 -
CMYK 0.02 0 0.23 0.4
HSL 65.14º 0.15% 0.53% -
HSV(B) 65.14º 0.23% 0.6% -
XYZ 27.24 30.57 21.61 -
YUV 148.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 150 153 118 0.02 0 0.23 0.4 65.14 0.15 0.53
Hex 96 99 76 2 0 17 28 41 F 35
Octal 226 231 166 2 0 27 50 101 17 65
Binary 10010110 10011001 1110110 10 0 10111 101000 1000001 1111 110101

Color Harmonies of #969976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969976

Black with #969976

Text Example


Text Example

White with #969976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969976; }

 p { color: rgb(150,153,118); }

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

background-color css

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

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

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

border-color css

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

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

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