Html Css Color HEX #9FA561 Green Smoke

📋 copy color: '#9FA561'

red 159 ◦ green 165 ◦ blue 97

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

Shades of Green Smoke #9FA561

Tints of Green Smoke #9FA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 37.77%
G = 39.19%
B = 23.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#9FA561 (or 0x9FA561) is known color: Green Smoke. HEX triplet: 9F, A5 and 61. RGB value is (159,165,97). Sum of RGB (Red+Green+Blue) = 159+165+97=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA561 is #605A9E. Grayscale: #9B9B9B. Windows color (decimal): -6314655 or 6399391. OLE color: 6399391.

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

Color convert

RGB 159 165 97 -
CMYK 0.04 0 0.41 0.35
HSL 65.29º 0.27% 0.51% -
HSV(B) 65.29º 0.41% 0.65% -
XYZ 29.91 35.14 16.52 -
YUV 155.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 159 165 97 0.04 0 0.41 0.35 65.29 0.27 0.51
Hex 9F A5 61 4 0 29 23 41 1B 33
Octal 237 245 141 4 0 51 43 101 33 63
Binary 10011111 10100101 1100001 100 0 101001 100011 1000001 11011 110011

Color Harmonies of #9FA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA561

Black with #9FA561

Text Example


Text Example

White with #9FA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,97); }

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

background-color css

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

 a { background-color: rgb(159,165,97); }

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

border-color css

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

 span { border-color: rgb(159,165,97); }

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