#8EB46E

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

Shades of Olivine #8EB46E

Tints of Olivine #8EB46E

Color information

#8EB46E (or 0x8EB46E) is unknown color: approx Olivine. HEX triplet: 8E, B4 and 6E. RGB value is (142,180,110). Sum of RGB (Red+Green+Blue) = 142+180+110=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB46E is #714B91. Grayscale: #A0A0A0. Windows color (decimal): -7424914 or 7255182. OLE color: 7255182.

HSL color Cylindrical-coordinate representation of color #8EB46E: hue angle of 92.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EB46E is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB142180110-
CMYK0.2100.390.29
HSL92.57º31.82%56.86%-
HSV(B)92.57º38.89%70.59%-
XYZ30.2939.5220.78-
YUV160.6699.41114.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=32.87%
G=41.67%
B=25.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801100.2100.390.2992.5731.8256.86
Hex8EB46E150271D5d2039
Octal21626415625047351354071
Binary10001110101101001101110101010100111111011011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,110); }

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

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

 a { background-color: rgb(142,180,110); }

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

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

 span { border-color: rgb(142,180,110); }

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