#9FB872

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

Shades of Olivine #9FB872

Tints of Olivine #9FB872

Color information

#9FB872 (or 0x9FB872) is unknown color: approx Olivine. HEX triplet: 9F, B8 and 72. RGB value is (159,184,114). Sum of RGB (Red+Green+Blue) = 159+184+114=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB872 is #60478D. Grayscale: #A8A8A8. Windows color (decimal): -6309774 or 7518367. OLE color: 7518367.

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

Color convert

RGB159184114-
CMYK0.1400.380.28
HSL81.43º33.02%58.43%-
HSV(B)81.43º38.04%72.16%-
XYZ34.4842.8722.38-
YUV168.5497.22121.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=34.79%
G=40.26%
B=24.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841140.1400.380.2881.4333.0258.43
Hex9FB872E0261C51213a
Octal23727016216046341214172
Binary1001111110111000111001011100100110111001010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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