#9FB467

Color #9FB467 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9FB467

Tints of Green Smoke #9FB467

Color information

#9FB467 (or 0x9FB467) is unknown color: approx Green Smoke. HEX triplet: 9F, B4 and 67. RGB value is (159,180,103). Sum of RGB (Red+Green+Blue) = 159+180+103=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB467 is #604B98. Grayscale: #A5A5A5. Windows color (decimal): -6310809 or 6796447. OLE color: 6796447.

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

Color convert

RGB159180103-
CMYK0.1200.430.29
HSL76.36º33.92%55.49%-
HSV(B)76.36º42.78%70.59%-
XYZ33.0740.9919-
YUV164.9493.04123.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=35.97%
G=40.72%
B=23.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801030.1200.430.2976.3633.9255.49
Hex9FB467C02B1D4c2237
Octal23726414714053351144267
Binary1001111110110100110011111000101011111011001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FB467;
 }
 .AnyTagClassName
 {
   color: #9FB467;
 }
</style>
background-color css

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

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

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

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

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

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