Html Css Color HEX #999874 Malachite Green

📋 copy color: '#999874'

red 153 ◦ green 152 ◦ blue 116

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

Shades of Malachite Green #999874

Tints of Malachite Green #999874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 36.34%
G = 36.1%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#999874 (or 0x999874) is known color: Malachite Green. HEX triplet: 99, 98 and 74. RGB value is (153,152,116). Sum of RGB (Red+Green+Blue) = 153+152+116=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999874 is #66678B. Grayscale: #949494. Windows color (decimal): -6711180 or 7641241. OLE color: 7641241.

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

Color convert

RGB 153 152 116 -
CMYK 0 0.01 0.24 0.4
HSL 58.38º 0.15% 0.53% -
HSV(B) 58.38º 0.24% 0.6% -
XYZ 27.52 30.49 20.96 -
YUV 148.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 153 152 116 0 0.01 0.24 0.4 58.38 0.15 0.53
Hex 99 98 74 0 1 18 28 3A F 35
Octal 231 230 164 0 1 30 50 72 17 65
Binary 10011001 10011000 1110100 0 1 11000 101000 111010 1111 110101

Color Harmonies of #999874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999874

Black with #999874

Text Example


Text Example

White with #999874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999874; }

 p { color: rgb(153,152,116); }

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

background-color css

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

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

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

border-color css

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

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

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