#8EB46C

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

Shades of Olivine #8EB46C

Tints of Olivine #8EB46C

Color information

#8EB46C (or 0x8EB46C) is unknown color: approx Olivine. HEX triplet: 8E, B4 and 6C. RGB value is (142,180,108). Sum of RGB (Red+Green+Blue) = 142+180+108=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB46C is #714B93. Grayscale: #A0A0A0. Windows color (decimal): -7424916 or 7124110. OLE color: 7124110.

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

Color convert

RGB142180108-
CMYK0.2100.400.29
HSL91.67º32.43%56.47%-
HSV(B)91.67º40%70.59%-
XYZ30.1839.4820.22-
YUV160.4398.41114.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=33.02%
G=41.86%
B=25.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801080.2100.400.2991.6732.4356.47
Hex8EB46C150281D5c2038
Octal21626415425050351344070
Binary10001110101101001101100101010101000111011011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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