#8EB56A

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

Shades of Olivine #8EB56A

Tints of Olivine #8EB56A

Color information

#8EB56A (or 0x8EB56A) is unknown color: approx Olivine. HEX triplet: 8E, B5 and 6A. RGB value is (142,181,106). Sum of RGB (Red+Green+Blue) = 142+181+106=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB56A is #714A95. Grayscale: #A1A1A1. Windows color (decimal): -7424662 or 6993294. OLE color: 6993294.

HSL color Cylindrical-coordinate representation of color #8EB56A: hue angle of 91.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EB56A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB142181106-
CMYK0.2200.410.29
HSL91.2º33.63%56.27%-
HSV(B)91.2º41.44%70.98%-
XYZ30.2839.8419.73-
YUV160.7997.08114.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=33.10%
G=42.19%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811060.2200.410.2991.233.6356.27
Hex8EB56A160291D5b2238
Octal21626515226051351334270
Binary10001110101101011101010101100101001111011011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,106); }

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

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

 a { background-color: rgb(142,181,106); }

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

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

 span { border-color: rgb(142,181,106); }

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