Html Css Color HEX #96986F Malachite Green

📋 copy color: '#96986F'

red 150 ◦ green 152 ◦ blue 111

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

Shades of Malachite Green #96986F

Tints of Malachite Green #96986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 36.32%
G = 36.8%
B = 26.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#96986F (or 0x96986F) is known color: Malachite Green. HEX triplet: 96, 98 and 6F. RGB value is (150,152,111). Sum of RGB (Red+Green+Blue) = 150+152+111=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #96986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96986F is #696790. Grayscale: #929292. Windows color (decimal): -6907793 or 7313558. OLE color: 7313558.

HSL color Cylindrical-coordinate representation of color #96986F: hue angle of 62.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96986F is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 111 -
CMYK 0.01 0 0.27 0.40
HSL 62.93º 0.17% 0.52% -
HSV(B) 62.93º 0.27% 0.6% -
XYZ 26.68 30.09 19.44 -
YUV 146.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 150 152 111 0.01 0 0.27 0.40 62.93 0.17 0.52
Hex 96 98 6F 1 0 1B 28 3F 11 34
Octal 226 230 157 1 0 33 50 77 21 64
Binary 10010110 10011000 1101111 1 0 11011 101000 111111 10001 110100

Color Harmonies of #96986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96986F

Black with #96986F

Text Example


Text Example

White with #96986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96986F; }

 p { color: rgb(150,152,111); }

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

background-color css

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

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

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

border-color css

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

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

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