Html Css Color HEX #9FA96E Green Smoke

📋 copy color: '#9FA96E'

red 159 ◦ green 169 ◦ blue 110

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

Shades of Green Smoke #9FA96E

Tints of Green Smoke #9FA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 36.3%
G = 38.58%
B = 25.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#9FA96E (or 0x9FA96E) is known color: Green Smoke. HEX triplet: 9F, A9 and 6E. RGB value is (159,169,110). Sum of RGB (Red+Green+Blue) = 159+169+110=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA96E is #605691. Grayscale: #9F9F9F. Windows color (decimal): -6313618 or 7252383. OLE color: 7252383.

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

Color convert

RGB 159 169 110 -
CMYK 0.06 0 0.35 0.34
HSL 70.17º 0.26% 0.55% -
HSV(B) 70.17º 0.35% 0.66% -
XYZ 31.3 36.87 20.22 -
YUV 159.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 159 169 110 0.06 0 0.35 0.34 70.17 0.26 0.55
Hex 9F A9 6E 6 0 23 22 46 1A 37
Octal 237 251 156 6 0 43 42 106 32 67
Binary 10011111 10101001 1101110 110 0 100011 100010 1000110 11010 110111

Color Harmonies of #9FA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA96E

Black with #9FA96E

Text Example


Text Example

White with #9FA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,110); }

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

background-color css

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

 a { background-color: rgb(159,169,110); }

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

border-color css

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

 span { border-color: rgb(159,169,110); }

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