Html Css Color HEX #9FAA70 Green Smoke

📋 copy color: '#9FAA70'

red 159 ◦ green 170 ◦ blue 112

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

Shades of Green Smoke #9FAA70

Tints of Green Smoke #9FAA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 36.05%
G = 38.55%
B = 25.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9FAA70 (or 0x9FAA70) is known color: Green Smoke. HEX triplet: 9F, AA and 70. RGB value is (159,170,112). Sum of RGB (Red+Green+Blue) = 159+170+112=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA70 is #60558F. Grayscale: #A0A0A0. Windows color (decimal): -6313360 or 7383711. OLE color: 7383711.

HSL color Cylindrical-coordinate representation of color #9FAA70: hue angle of 71.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FAA70 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 112 -
CMYK 0.06 0 0.34 0.33
HSL 71.38º 0.25% 0.55% -
HSV(B) 71.38º 0.34% 0.67% -
XYZ 31.6 37.29 20.86 -
YUV 160.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 159 170 112 0.06 0 0.34 0.33 71.38 0.25 0.55
Hex 9F AA 70 6 0 22 21 47 19 37
Octal 237 252 160 6 0 42 41 107 31 67
Binary 10011111 10101010 1110000 110 0 100010 100001 1000111 11001 110111

Color Harmonies of #9FAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA70

Black with #9FAA70

Text Example


Text Example

White with #9FAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,112); }

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

background-color css

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

 a { background-color: rgb(159,170,112); }

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

border-color css

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

 span { border-color: rgb(159,170,112); }

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