Html Css Color HEX #9FAA65 Green Smoke

📋 copy color: '#9FAA65'

red 159 ◦ green 170 ◦ blue 101

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

Shades of Green Smoke #9FAA65

Tints of Green Smoke #9FAA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 36.98%
G = 39.53%
B = 23.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#9FAA65 (or 0x9FAA65) is known color: Green Smoke. HEX triplet: 9F, AA and 65. RGB value is (159,170,101). Sum of RGB (Red+Green+Blue) = 159+170+101=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA65 is #60559A. Grayscale: #9F9F9F. Windows color (decimal): -6313371 or 6662815. OLE color: 6662815.

HSL color Cylindrical-coordinate representation of color #9FAA65: hue angle of 69.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FAA65 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 101 -
CMYK 0.06 0 0.41 0.33
HSL 69.57º 0.29% 0.53% -
HSV(B) 69.57º 0.41% 0.67% -
XYZ 31.02 37.06 17.83 -
YUV 158.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 159 170 101 0.06 0 0.41 0.33 69.57 0.29 0.53
Hex 9F AA 65 6 0 29 21 46 1D 35
Octal 237 252 145 6 0 51 41 106 35 65
Binary 10011111 10101010 1100101 110 0 101001 100001 1000110 11101 110101

Color Harmonies of #9FAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA65

Black with #9FAA65

Text Example


Text Example

White with #9FAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,101); }

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

background-color css

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

 a { background-color: rgb(159,170,101); }

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

border-color css

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

 span { border-color: rgb(159,170,101); }

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