#8EBA6F

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

Shades of Olivine #8EBA6F

Tints of Olivine #8EBA6F

Color information

#8EBA6F (or 0x8EBA6F) is unknown color: approx Olivine. HEX triplet: 8E, BA and 6F. RGB value is (142,186,111). Sum of RGB (Red+Green+Blue) = 142+186+111=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA6F is #714590. Grayscale: #A4A4A4. Windows color (decimal): -7423377 or 7322254. OLE color: 7322254.

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

Color convert

RGB142186111-
CMYK0.2400.400.27
HSL95.2º35.21%58.24%-
HSV(B)95.2º40.32%72.94%-
XYZ31.5842.0221.48-
YUV164.2997.92112.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=32.35%
G=42.37%
B=25.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861110.2400.400.2795.235.2158.24
Hex8EBA6F180281B5f233a
Octal21627215730050331374372
Binary10001110101110101101111110000101000110111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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