Html Css Color HEX #9FB065 Green Smoke

📋 copy color: '#9FB065'

red 159 ◦ green 176 ◦ blue 101

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

Shades of Green Smoke #9FB065

Tints of Green Smoke #9FB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 36.47%
G = 40.37%
B = 23.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#9FB065 (or 0x9FB065) is known color: Green Smoke. HEX triplet: 9F, B0 and 65. RGB value is (159,176,101). Sum of RGB (Red+Green+Blue) = 159+176+101=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB065 is #604F9A. Grayscale: #A2A2A2. Windows color (decimal): -6311835 or 6664351. OLE color: 6664351.

HSL color Cylindrical-coordinate representation of color #9FB065: hue angle of 73.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FB065 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 101 -
CMYK 0.10 0 0.43 0.31
HSL 73.6º 0.32% 0.54% -
HSV(B) 73.6º 0.43% 0.69% -
XYZ 32.17 39.36 18.21 -
YUV 162.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 159 176 101 0.10 0 0.43 0.31 73.6 0.32 0.54
Hex 9F B0 65 A 0 2B 1F 4A 20 36
Octal 237 260 145 12 0 53 37 112 40 66
Binary 10011111 10110000 1100101 1010 0 101011 11111 1001010 100000 110110

Color Harmonies of #9FB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB065

Black with #9FB065

Text Example


Text Example

White with #9FB065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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