#8FA871

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

Shades of Olivine #8FA871

Tints of Olivine #8FA871

Color information

#8FA871 (or 0x8FA871) is unknown color: approx Olivine. HEX triplet: 8F, A8 and 71. RGB value is (143,168,113). Sum of RGB (Red+Green+Blue) = 143+168+113=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA871 is #70578E. Grayscale: #9A9A9A. Windows color (decimal): -7362447 or 7448719. OLE color: 7448719.

HSL color Cylindrical-coordinate representation of color #8FA871: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA871 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB143168113-
CMYK0.1500.330.34
HSL87.27º24.02%55.1%-
HSV(B)87.27º32.74%65.88%-
XYZ28.3135.0420.89-
YUV154.26104.72119.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=33.73%
G=39.62%
B=26.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431681130.1500.330.3487.2724.0255.1
Hex8FA871F02122571837
Octal21725016117041421273067
Binary1000111110101000111000111110100001100010101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA871; }

 p { color: rgb(143,168,113); }

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

<style>
 a { background-color: #8FA871; }

 a { background-color: rgb(143,168,113); }

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

<style>
 span { border-color: #8FA871; }

 span { border-color: rgb(143,168,113); }

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