Html Css Color HEX #9FA56B Green Smoke

📋 copy color: '#9FA56B'

red 159 ◦ green 165 ◦ blue 107

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

Shades of Green Smoke #9FA56B

Tints of Green Smoke #9FA56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 36.89%
G = 38.28%
B = 24.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#9FA56B (or 0x9FA56B) is known color: Green Smoke. HEX triplet: 9F, A5 and 6B. RGB value is (159,165,107). Sum of RGB (Red+Green+Blue) = 159+165+107=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA56B is #605A94. Grayscale: #9C9C9C. Windows color (decimal): -6314645 or 7054751. OLE color: 7054751.

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

Color convert

RGB 159 165 107 -
CMYK 0.04 0 0.35 0.35
HSL 66.21º 0.24% 0.53% -
HSV(B) 66.21º 0.35% 0.65% -
XYZ 30.41 35.34 19.13 -
YUV 156.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 159 165 107 0.04 0 0.35 0.35 66.21 0.24 0.53
Hex 9F A5 6B 4 0 23 23 42 18 35
Octal 237 245 153 4 0 43 43 102 30 65
Binary 10011111 10100101 1101011 100 0 100011 100011 1000010 11000 110101

Color Harmonies of #9FA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA56B

Black with #9FA56B

Text Example


Text Example

White with #9FA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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