#9FB063

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

Shades of Green Smoke #9FB063

Tints of Green Smoke #9FB063

Color information

#9FB063 (or 0x9FB063) is unknown color: approx Green Smoke. HEX triplet: 9F, B0 and 63. RGB value is (159,176,99). Sum of RGB (Red+Green+Blue) = 159+176+99=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB063 is #604F9C. Grayscale: #A2A2A2. Windows color (decimal): -6311837 or 6533279. OLE color: 6533279.

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

Color convert

RGB15917699-
CMYK0.1000.440.31
HSL73.25º32.77%53.92%-
HSV(B)73.25º43.75%69.02%-
XYZ32.0839.3217.7-
YUV162.1492.37125.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=36.64%
G=40.55%
B=22.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176990.1000.440.3173.2532.7753.92
Hex9FB063A02C1F492136
Octal23726014312054371114166
Binary1001111110110000110001110100101100111111001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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