Html Css Color HEX #9FB460 Green Smoke

📋 copy color: '#9FB460'

red 159 ◦ green 180 ◦ blue 96

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

Shades of Green Smoke #9FB460

Tints of Green Smoke #9FB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 36.55%
G = 41.38%
B = 22.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#9FB460 (or 0x9FB460) is known color: Green Smoke. HEX triplet: 9F, B4 and 60. RGB value is (159,180,96). Sum of RGB (Red+Green+Blue) = 159+180+96=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB460 is #604B9F. Grayscale: #A4A4A4. Windows color (decimal): -6310816 or 6337695. OLE color: 6337695.

HSL color Cylindrical-coordinate representation of color #9FB460: hue angle of 75º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FB460 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 96 -
CMYK 0.12 0 0.47 0.29
HSL 75º 0.36% 0.54% -
HSV(B) 75º 0.47% 0.71% -
XYZ 32.73 40.86 17.23 -
YUV 164.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 159 180 96 0.12 0 0.47 0.29 75 0.36 0.54
Hex 9F B4 60 C 0 2F 1D 4B 24 36
Octal 237 264 140 14 0 57 35 113 44 66
Binary 10011111 10110100 1100000 1100 0 101111 11101 1001011 100100 110110

Color Harmonies of #9FB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB460

Black with #9FB460

Text Example


Text Example

White with #9FB460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,96); }

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

background-color css

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

 a { background-color: rgb(159,180,96); }

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

border-color css

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

 span { border-color: rgb(159,180,96); }

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