#9FB870

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

Shades of Olivine #9FB870

Tints of Olivine #9FB870

Color information

#9FB870 (or 0x9FB870) is unknown color: approx Olivine. HEX triplet: 9F, B8 and 70. RGB value is (159,184,112). Sum of RGB (Red+Green+Blue) = 159+184+112=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB870 is #60478F. Grayscale: #A8A8A8. Windows color (decimal): -6309776 or 7387295. OLE color: 7387295.

HSL color Cylindrical-coordinate representation of color #9FB870: hue angle of 80.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FB870 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB159184112-
CMYK0.1400.390.28
HSL80.83º33.64%58.04%-
HSV(B)80.83º39.13%72.16%-
XYZ34.3642.8221.78-
YUV168.3296.22121.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=34.95%
G=40.44%
B=24.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841120.1400.390.2880.8333.6458.04
Hex9FB870E0271C51223a
Octal23727016016047341214272
Binary1001111110111000111000011100100111111001010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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