Html Css Color HEX #9FA85F Green Smoke

📋 copy color: '#9FA85F'

red 159 ◦ green 168 ◦ blue 95

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

Shades of Green Smoke #9FA85F

Tints of Green Smoke #9FA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 37.68%
G = 39.81%
B = 22.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#9FA85F (or 0x9FA85F) is known color: Green Smoke. HEX triplet: 9F, A8 and 5F. RGB value is (159,168,95). Sum of RGB (Red+Green+Blue) = 159+168+95=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA85F is #6057A0. Grayscale: #9D9D9D. Windows color (decimal): -6313889 or 6269087. OLE color: 6269087.

HSL color Cylindrical-coordinate representation of color #9FA85F: hue angle of 67.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FA85F is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 95 -
CMYK 0.05 0 0.43 0.34
HSL 67.4º 0.3% 0.52% -
HSV(B) 67.4º 0.43% 0.66% -
XYZ 30.37 36.2 16.21 -
YUV 156.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 159 168 95 0.05 0 0.43 0.34 67.4 0.3 0.52
Hex 9F A8 5F 5 0 2B 22 43 1E 34
Octal 237 250 137 5 0 53 42 103 36 64
Binary 10011111 10101000 1011111 101 0 101011 100010 1000011 11110 110100

Color Harmonies of #9FA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA85F

Black with #9FA85F

Text Example


Text Example

White with #9FA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,168,95); }

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

background-color css

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

 a { background-color: rgb(159,168,95); }

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

border-color css

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

 span { border-color: rgb(159,168,95); }

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