Html Css Color HEX #9FAF6E Green Smoke

📋 copy color: '#9FAF6E'

red 159 ◦ green 175 ◦ blue 110

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

Shades of Green Smoke #9FAF6E

Tints of Green Smoke #9FAF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

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

R = 35.81%
G = 39.41%
B = 24.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#9FAF6E (or 0x9FAF6E) is known color: Green Smoke. HEX triplet: 9F, AF and 6E. RGB value is (159,175,110). Sum of RGB (Red+Green+Blue) = 159+175+110=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF6E is #605091. Grayscale: #A3A3A3. Windows color (decimal): -6312082 or 7253919. OLE color: 7253919.

HSL color Cylindrical-coordinate representation of color #9FAF6E: hue angle of 74.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FAF6E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 110 -
CMYK 0.09 0 0.37 0.31
HSL 74.77º 0.29% 0.56% -
HSV(B) 74.77º 0.37% 0.69% -
XYZ 32.44 39.16 20.6 -
YUV 162.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 159 175 110 0.09 0 0.37 0.31 74.77 0.29 0.56
Hex 9F AF 6E 9 0 25 1F 4B 1D 38
Octal 237 257 156 11 0 45 37 113 35 70
Binary 10011111 10101111 1101110 1001 0 100101 11111 1001011 11101 111000

Color Harmonies of #9FAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF6E

Black with #9FAF6E

Text Example


Text Example

White with #9FAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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