#8EBA6C

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

Shades of Olivine #8EBA6C

Tints of Olivine #8EBA6C

Color information

#8EBA6C (or 0x8EBA6C) is unknown color: approx Olivine. HEX triplet: 8E, BA and 6C. RGB value is (142,186,108). Sum of RGB (Red+Green+Blue) = 142+186+108=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA6C is #714593. Grayscale: #A4A4A4. Windows color (decimal): -7423380 or 7125646. OLE color: 7125646.

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

Color convert

RGB142186108-
CMYK0.2400.420.27
HSL93.85º36.11%57.65%-
HSV(B)93.85º41.94%72.94%-
XYZ31.4241.9520.63-
YUV163.9596.42112.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=32.57%
G=42.66%
B=24.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861080.2400.420.2793.8536.1157.65
Hex8EBA6C1802A1B5e243a
Octal21627215430052331364472
Binary10001110101110101101100110000101010110111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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