#8EB768

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

Shades of Olivine #8EB768

Tints of Olivine #8EB768

Color information

#8EB768 (or 0x8EB768) is unknown color: approx Olivine. HEX triplet: 8E, B7 and 68. RGB value is (142,183,104). Sum of RGB (Red+Green+Blue) = 142+183+104=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB768 is #714897. Grayscale: #A2A2A2. Windows color (decimal): -7424152 or 6862734. OLE color: 6862734.

HSL color Cylindrical-coordinate representation of color #8EB768: hue angle of 91.14º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EB768 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB142183104-
CMYK0.2200.430.28
HSL91.14º35.43%56.27%-
HSV(B)91.14º43.17%71.76%-
XYZ30.5940.6219.32-
YUV161.7395.42113.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=33.10%
G=42.66%
B=24.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421831040.2200.430.2891.1435.4356.27
Hex8EB7681602B1C5b2338
Octal21626715026053341334370
Binary10001110101101111101000101100101011111001011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,104); }

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

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

 a { background-color: rgb(142,183,104); }

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

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

 span { border-color: rgb(142,183,104); }

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