Html Css Color HEX #989875 Malachite Green

📋 copy color: '#989875'

red 152 ◦ green 152 ◦ blue 117

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

Shades of Malachite Green #989875

Tints of Malachite Green #989875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 36.1%
G = 36.1%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#989875 (or 0x989875) is known color: Malachite Green. HEX triplet: 98, 98 and 75. RGB value is (152,152,117). Sum of RGB (Red+Green+Blue) = 152+152+117=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989875 is #67678A. Grayscale: #949494. Windows color (decimal): -6776715 or 7706776. OLE color: 7706776.

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

Color convert

RGB 152 152 117 -
CMYK 0 0 0.23 0.40
HSL 60º 0.15% 0.53% -
HSV(B) 60º 0.23% 0.6% -
XYZ 27.39 30.42 21.26 -
YUV 148.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 152 152 117 0 0 0.23 0.40 60 0.15 0.53
Hex 98 98 75 0 0 17 28 3C F 35
Octal 230 230 165 0 0 27 50 74 17 65
Binary 10011000 10011000 1110101 0 0 10111 101000 111100 1111 110101

Color Harmonies of #989875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989875

Black with #989875

Text Example


Text Example

White with #989875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989875; }

 p { color: rgb(152,152,117); }

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

background-color css

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

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

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

border-color css

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

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

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