Html Css Color HEX #9FAB6A Green Smoke

📋 copy color: '#9FAB6A'

red 159 ◦ green 171 ◦ blue 106

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

Shades of Green Smoke #9FAB6A

Tints of Green Smoke #9FAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 36.47%
G = 39.22%
B = 24.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#9FAB6A (or 0x9FAB6A) is known color: Green Smoke. HEX triplet: 9F, AB and 6A. RGB value is (159,171,106). Sum of RGB (Red+Green+Blue) = 159+171+106=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB6A is #605495. Grayscale: #A0A0A0. Windows color (decimal): -6313110 or 6990751. OLE color: 6990751.

HSL color Cylindrical-coordinate representation of color #9FAB6A: hue angle of 71.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FAB6A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 106 -
CMYK 0.07 0 0.38 0.33
HSL 71.08º 0.28% 0.54% -
HSV(B) 71.08º 0.38% 0.67% -
XYZ 31.46 37.54 19.22 -
YUV 160 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 159 171 106 0.07 0 0.38 0.33 71.08 0.28 0.54
Hex 9F AB 6A 7 0 26 21 47 1C 36
Octal 237 253 152 7 0 46 41 107 34 66
Binary 10011111 10101011 1101010 111 0 100110 100001 1000111 11100 110110

Color Harmonies of #9FAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB6A

Black with #9FAB6A

Text Example


Text Example

White with #9FAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,106); }

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

background-color css

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

 a { background-color: rgb(159,171,106); }

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

border-color css

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

 span { border-color: rgb(159,171,106); }

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