#9FB470

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

Shades of Olivine #9FB470

Tints of Olivine #9FB470

Color information

#9FB470 (or 0x9FB470) is unknown color: approx Olivine. HEX triplet: 9F, B4 and 70. RGB value is (159,180,112). Sum of RGB (Red+Green+Blue) = 159+180+112=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB470 is #604B8F. Grayscale: #A6A6A6. Windows color (decimal): -6310800 or 7386271. OLE color: 7386271.

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

Color convert

RGB159180112-
CMYK0.1200.380.29
HSL78.53º31.19%57.25%-
HSV(B)78.53º37.78%70.59%-
XYZ33.5441.1821.51-
YUV165.9797.54123.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=35.25%
G=39.91%
B=24.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801120.1200.380.2978.5331.1957.25
Hex9FB470C0261D4f1f39
Octal23726416014046351173771
Binary100111111011010011100001100010011011101100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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