Html Css Color HEX #9FB465 Green Smoke

📋 copy color: '#9FB465'

red 159 ◦ green 180 ◦ blue 101

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

Shades of Green Smoke #9FB465

Tints of Green Smoke #9FB465

RGB

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

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

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

R = 36.14%
G = 40.91%
B = 22.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#9FB465 (or 0x9FB465) is known color: Green Smoke. HEX triplet: 9F, B4 and 65. RGB value is (159,180,101). Sum of RGB (Red+Green+Blue) = 159+180+101=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB465 is #604B9A. Grayscale: #A5A5A5. Windows color (decimal): -6310811 or 6665375. OLE color: 6665375.

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

Color convert

RGB 159 180 101 -
CMYK 0.12 0 0.44 0.29
HSL 75.95º 0.34% 0.55% -
HSV(B) 75.95º 0.44% 0.71% -
XYZ 32.97 40.95 18.48 -
YUV 164.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 159 180 101 0.12 0 0.44 0.29 75.95 0.34 0.55
Hex 9F B4 65 C 0 2C 1D 4C 22 37
Octal 237 264 145 14 0 54 35 114 42 67
Binary 10011111 10110100 1100101 1100 0 101100 11101 1001100 100010 110111

Color Harmonies of #9FB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB465

Black with #9FB465

Text Example


Text Example

White with #9FB465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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