#9FB878

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

Shades of Olivine #9FB878

Tints of Olivine #9FB878

Color information

#9FB878 (or 0x9FB878) is unknown color: approx Olivine. HEX triplet: 9F, B8 and 78. RGB value is (159,184,120). Sum of RGB (Red+Green+Blue) = 159+184+120=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB878 is #604787. Grayscale: #A9A9A9. Windows color (decimal): -6309768 or 7911583. OLE color: 7911583.

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

Color convert

RGB159184120-
CMYK0.1400.350.28
HSL83.44º31.07%59.61%-
HSV(B)83.44º34.78%72.16%-
XYZ34.8343.0124.24-
YUV169.23100.22120.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=34.34%
G=39.74%
B=25.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841200.1400.350.2883.4431.0759.61
Hex9FB878E0231C531f3c
Octal23727017016043341233774
Binary100111111011100011110001110010001111100101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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