#9FB981

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

Shades of Olivine #9FB981

Tints of Olivine #9FB981

Color information

#9FB981 (or 0x9FB981) is unknown color: approx Olivine. HEX triplet: 9F, B9 and 81. RGB value is (159,185,129). Sum of RGB (Red+Green+Blue) = 159+185+129=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB981 is #60467E. Grayscale: #ABABAB. Windows color (decimal): -6309503 or 8501663. OLE color: 8501663.

HSL color Cylindrical-coordinate representation of color #9FB981: hue angle of 87.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB981 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB159185129-
CMYK0.1400.300.27
HSL87.86º28.57%61.57%-
HSV(B)87.86º30.27%72.55%-
XYZ35.6143.6527.32-
YUV170.84104.39119.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=33.62%
G=39.11%
B=27.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851290.1400.300.2787.8628.5761.57
Hex9FB981E01E1B581d3e
Octal23727120116036331303576
Binary100111111011100110000001111001111011011101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,129); }

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

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

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

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

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

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

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