#8EB369

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

Shades of Olivine #8EB369

Tints of Olivine #8EB369

Color information

#8EB369 (or 0x8EB369) is unknown color: approx Olivine. HEX triplet: 8E, B3 and 69. RGB value is (142,179,105). Sum of RGB (Red+Green+Blue) = 142+179+105=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB369 is #714C96. Grayscale: #9F9F9F. Windows color (decimal): -7425175 or 6927246. OLE color: 6927246.

HSL color Cylindrical-coordinate representation of color #8EB369: hue angle of 90º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EB369 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB142179105-
CMYK0.2100.410.30
HSL90º32.74%55.69%-
HSV(B)90º41.34%70.2%-
XYZ29.8339.0119.32-
YUV159.597.24115.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=33.33%
G=42.02%
B=24.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791050.2100.410.309032.7455.69
Hex8EB369150291E5a2138
Octal21626315125051361324170
Binary10001110101100111101001101010101001111101011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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