#9FB69F

Color #9FB69F Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FB69F

Tints of Spring Rain #9FB69F

Color information

#9FB69F (or 0x9FB69F) is unknown color: approx Spring Rain. HEX triplet: 9F, B6 and 9F. RGB value is (159,182,159). Sum of RGB (Red+Green+Blue) = 159+182+159=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69F is #604960. Grayscale: #ACACAC. Windows color (decimal): -6310241 or 10466975. OLE color: 10466975.

HSL color Cylindrical-coordinate representation of color #9FB69F: hue angle of 120º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB69F is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB159182159-
CMYK0.1300.130.29
HSL120º13.61%66.86%-
HSV(B)120º12.64%71.37%-
XYZ37.2843.3339.2-
YUV172.5120.38118.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=31.8%
G=36.4%
B=31.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821590.1300.130.2912013.6166.86
Hex9FB69FD0D1D78e43
Octal237266237150153517016103
Binary10011111101101101001111111010110111101111100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,159); }

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

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

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

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

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

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

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