Html Css Color HEX #9FA64F Green Smoke

📋 copy color: '#9FA64F'

red 159 ◦ green 166 ◦ blue 79

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

Shades of Green Smoke #9FA64F

Tints of Green Smoke #9FA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 39.36%
G = 41.09%
B = 19.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#9FA64F (or 0x9FA64F) is known color: Green Smoke. HEX triplet: 9F, A6 and 4F. RGB value is (159,166,79). Sum of RGB (Red+Green+Blue) = 159+166+79=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA64F is #6059B0. Grayscale: #9A9A9A. Windows color (decimal): -6314417 or 5219999. OLE color: 5219999.

HSL color Cylindrical-coordinate representation of color #9FA64F: hue angle of 64.83º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FA64F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 79 -
CMYK 0.04 0 0.52 0.35
HSL 64.83º 0.36% 0.48% -
HSV(B) 64.83º 0.52% 0.65% -
XYZ 29.35 35.21 12.65 -
YUV 153.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 159 166 79 0.04 0 0.52 0.35 64.83 0.36 0.48
Hex 9F A6 4F 4 0 34 23 41 24 30
Octal 237 246 117 4 0 64 43 101 44 60
Binary 10011111 10100110 1001111 100 0 110100 100011 1000001 100100 110000

Color Harmonies of #9FA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA64F

Black with #9FA64F

Text Example


Text Example

White with #9FA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,166,79); }

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

background-color css

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

 a { background-color: rgb(159,166,79); }

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

border-color css

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

 span { border-color: rgb(159,166,79); }

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