#8EB669

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

Shades of Olivine #8EB669

Tints of Olivine #8EB669

Color information

#8EB669 (or 0x8EB669) is unknown color: approx Olivine. HEX triplet: 8E, B6 and 69. RGB value is (142,182,105). Sum of RGB (Red+Green+Blue) = 142+182+105=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB669 is #714996. Grayscale: #A1A1A1. Windows color (decimal): -7424407 or 6928014. OLE color: 6928014.

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

Color convert

RGB142182105-
CMYK0.2200.420.29
HSL91.17º34.53%56.27%-
HSV(B)91.17º42.31%71.37%-
XYZ30.4340.2319.53-
YUV161.2696.25114.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=33.10%
G=42.42%
B=24.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421821050.2200.420.2991.1734.5356.27
Hex8EB6691602A1D5b2338
Octal21626615126052351334370
Binary10001110101101101101001101100101010111011011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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