#8EBC7D

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

Shades of Olivine #8EBC7D

Tints of Olivine #8EBC7D

Color information

#8EBC7D (or 0x8EBC7D) is unknown color: approx Olivine. HEX triplet: 8E, BC and 7D. RGB value is (142,188,125). Sum of RGB (Red+Green+Blue) = 142+188+125=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC7D is #714382. Grayscale: #A7A7A7. Windows color (decimal): -7422851 or 8240270. OLE color: 8240270.

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

Color convert

RGB142188125-
CMYK0.2400.340.26
HSL103.81º31.98%61.37%-
HSV(B)103.81º33.51%73.73%-
XYZ32.8443.226.01-
YUV167.06104.26110.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=31.21%
G=41.32%
B=27.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881250.2400.340.26103.8131.9861.37
Hex8EBC7D180221A68203d
Octal21627417530042321504075
Binary10001110101111001111101110000100010110101101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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