#8EBC6F

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

Shades of Olivine #8EBC6F

Tints of Olivine #8EBC6F

Color information

#8EBC6F (or 0x8EBC6F) is unknown color: approx Olivine. HEX triplet: 8E, BC and 6F. RGB value is (142,188,111). Sum of RGB (Red+Green+Blue) = 142+188+111=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC6F is #714390. Grayscale: #A5A5A5. Windows color (decimal): -7422865 or 7322766. OLE color: 7322766.

HSL color Cylindrical-coordinate representation of color #8EBC6F: hue angle of 95.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EBC6F is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB142188111-
CMYK0.2400.410.26
HSL95.84º36.49%58.63%-
HSV(B)95.84º40.96%73.73%-
XYZ32.0142.8621.63-
YUV165.4797.26111.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=32.20%
G=42.63%
B=25.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881110.2400.410.2695.8436.4958.63
Hex8EBC6F180291A60243b
Octal21627415730051321404473
Binary10001110101111001101111110000101001110101100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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