#8EBA71

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

Shades of Olivine #8EBA71

Tints of Olivine #8EBA71

Color information

#8EBA71 (or 0x8EBA71) is unknown color: approx Olivine. HEX triplet: 8E, BA and 71. RGB value is (142,186,113). Sum of RGB (Red+Green+Blue) = 142+186+113=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA71 is #71458E. Grayscale: #A4A4A4. Windows color (decimal): -7423375 or 7453326. OLE color: 7453326.

HSL color Cylindrical-coordinate representation of color #8EBA71: hue angle of 96.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EBA71 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB142186113-
CMYK0.2400.390.27
HSL96.16º34.6%58.63%-
HSV(B)96.16º39.25%72.94%-
XYZ31.6942.0622.07-
YUV164.5298.92111.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=32.20%
G=42.18%
B=25.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861130.2400.390.2796.1634.658.63
Hex8EBA71180271B60233b
Octal21627216130047331404373
Binary10001110101110101110001110000100111110111100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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