#8EB371

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

Shades of Olivine #8EB371

Tints of Olivine #8EB371

Color information

#8EB371 (or 0x8EB371) is unknown color: approx Olivine. HEX triplet: 8E, B3 and 71. RGB value is (142,179,113). Sum of RGB (Red+Green+Blue) = 142+179+113=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB371 is #714C8E. Grayscale: #A0A0A0. Windows color (decimal): -7425167 or 7451534. OLE color: 7451534.

HSL color Cylindrical-coordinate representation of color #8EB371: hue angle of 93.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB371 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB142179113-
CMYK0.2100.370.30
HSL93.64º30.28%57.25%-
HSV(B)93.64º36.87%70.2%-
XYZ30.2639.1821.59-
YUV160.41101.24114.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=32.72%
G=41.24%
B=26.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791130.2100.370.3093.6430.2857.25
Hex8EB371150251E5e1e39
Octal21626316125045361363671
Binary1000111010110011111000110101010010111110101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,113); }

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

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

 a { background-color: rgb(142,179,113); }

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

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

 span { border-color: rgb(142,179,113); }

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