#8EB66C

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

Shades of Olivine #8EB66C

Tints of Olivine #8EB66C

Color information

#8EB66C (or 0x8EB66C) is unknown color: approx Olivine. HEX triplet: 8E, B6 and 6C. RGB value is (142,182,108). Sum of RGB (Red+Green+Blue) = 142+182+108=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB66C is #714993. Grayscale: #A1A1A1. Windows color (decimal): -7424404 or 7124622. OLE color: 7124622.

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

Color convert

RGB142182108-
CMYK0.2200.410.29
HSL92.43º33.64%56.86%-
HSV(B)92.43º40.66%71.37%-
XYZ30.5940.2920.35-
YUV161.697.75114.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 108 (42.58% from 255) = 25%
R=32.87%
G=42.13%
B=25%

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
Decimal1421821080.2200.410.2992.4333.6456.86
Hex8EB66C160291D5c2239
Octal21626615426051351344271
Binary10001110101101101101100101100101001111011011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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