#8EBA76

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

Shades of Olivine #8EBA76

Tints of Olivine #8EBA76

Color information

#8EBA76 (or 0x8EBA76) is unknown color: approx Olivine. HEX triplet: 8E, BA and 76. RGB value is (142,186,118). Sum of RGB (Red+Green+Blue) = 142+186+118=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA76 is #714589. Grayscale: #A5A5A5. Windows color (decimal): -7423370 or 7781006. OLE color: 7781006.

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

Color convert

RGB142186118-
CMYK0.2400.370.27
HSL98.82º33.01%59.61%-
HSV(B)98.82º36.56%72.94%-
XYZ31.9842.1823.59-
YUV165.09101.42111.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=31.84%
G=41.70%
B=26.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861180.2400.370.2798.8233.0159.61
Hex8EBA76180251B63213c
Octal21627216630045331434174
Binary10001110101110101110110110000100101110111100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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