Html Css Color HEX #999976 Malachite Green

📋 copy color: '#999976'

red 153 ◦ green 153 ◦ blue 118

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

Shades of Malachite Green #999976

Tints of Malachite Green #999976

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

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

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

R = 36.08%
G = 36.08%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#999976 (or 0x999976) is known color: Malachite Green. HEX triplet: 99, 99 and 76. RGB value is (153,153,118). Sum of RGB (Red+Green+Blue) = 153+153+118=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999976 is #666689. Grayscale: #959595. Windows color (decimal): -6710922 or 7772569. OLE color: 7772569.

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

Color convert

RGB 153 153 118 -
CMYK 0 0 0.23 0.4
HSL 60º 0.15% 0.53% -
HSV(B) 60º 0.23% 0.6% -
XYZ 27.8 30.86 21.63 -
YUV 149.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 153 153 118 0 0 0.23 0.4 60 0.15 0.53
Hex 99 99 76 0 0 17 28 3C F 35
Octal 231 231 166 0 0 27 50 74 17 65
Binary 10011001 10011001 1110110 0 0 10111 101000 111100 1111 110101

Color Harmonies of #999976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999976

Black with #999976

Text Example


Text Example

White with #999976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999976; }

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

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

background-color css

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

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

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

border-color css

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

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

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