Html Css Color HEX #999B70 Malachite Green

📋 copy color: '#999B70'

red 153 ◦ green 155 ◦ blue 112

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

Shades of Malachite Green #999B70

Tints of Malachite Green #999B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 36.43%
G = 36.9%
B = 26.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#999B70 (or 0x999B70) is known color: Malachite Green. HEX triplet: 99, 9B and 70. RGB value is (153,155,112). Sum of RGB (Red+Green+Blue) = 153+155+112=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #999B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B70 is #66648F. Grayscale: #959595. Windows color (decimal): -6710416 or 7379865. OLE color: 7379865.

HSL color Cylindrical-coordinate representation of color #999B70: hue angle of 62.79º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999B70 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 112 -
CMYK 0.01 0 0.28 0.39
HSL 62.79º 0.18% 0.52% -
HSV(B) 62.79º 0.28% 0.61% -
XYZ 27.78 31.38 19.92 -
YUV 149.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 153 155 112 0.01 0 0.28 0.39 62.79 0.18 0.52
Hex 99 9B 70 1 0 1C 27 3F 12 34
Octal 231 233 160 1 0 34 47 77 22 64
Binary 10011001 10011011 1110000 1 0 11100 100111 111111 10010 110100

Color Harmonies of #999B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B70

Black with #999B70

Text Example


Text Example

White with #999B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999B70; }

 p { color: rgb(153,155,112); }

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

background-color css

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

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

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

border-color css

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

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

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