Html Css Color HEX #9FA06F Malachite Green

📋 copy color: '#9FA06F'

red 159 ◦ green 160 ◦ blue 111

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

Shades of Malachite Green #9FA06F

Tints of Malachite Green #9FA06F

RGB

 RED value IS 159 (62.5% from 255) = 36.98%

 GREEN value IS 160 (62.89% from 255) = 37.21%

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

R = 36.98%
G = 37.21%
B = 25.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#9FA06F (or 0x9FA06F) is known color: Malachite Green. HEX triplet: 9F, A0 and 6F. RGB value is (159,160,111). Sum of RGB (Red+Green+Blue) = 159+160+111=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA06F is #605F90. Grayscale: #9A9A9A. Windows color (decimal): -6315921 or 7315615. OLE color: 7315615.

HSL color Cylindrical-coordinate representation of color #9FA06F: hue angle of 61.22º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA06F is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 160 111 -
CMYK 0.01 0 0.31 0.37
HSL 61.22º 0.21% 0.53% -
HSV(B) 61.22º 0.31% 0.63% -
XYZ 29.74 33.66 19.97 -
YUV 154.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 159 160 111 0.01 0 0.31 0.37 61.22 0.21 0.53
Hex 9F A0 6F 1 0 1F 25 3D 15 35
Octal 237 240 157 1 0 37 45 75 25 65
Binary 10011111 10100000 1101111 1 0 11111 100101 111101 10101 110101

Color Harmonies of #9FA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA06F

Black with #9FA06F

Text Example


Text Example

White with #9FA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA06F; }

 p { color: rgb(159,160,111); }

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

background-color css

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

 a { background-color: rgb(159,160,111); }

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

border-color css

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

 span { border-color: rgb(159,160,111); }

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