#8EBE69

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

Shades of Olivine #8EBE69

Tints of Olivine #8EBE69

Color information

#8EBE69 (or 0x8EBE69) is unknown color: approx Olivine. HEX triplet: 8E, BE and 69. RGB value is (142,190,105). Sum of RGB (Red+Green+Blue) = 142+190+105=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE69 is #714196. Grayscale: #A6A6A6. Windows color (decimal): -7422359 or 6930062. OLE color: 6930062.

HSL color Cylindrical-coordinate representation of color #8EBE69: hue angle of 93.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EBE69 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB142190105-
CMYK0.2500.450.25
HSL93.88º39.53%57.84%-
HSV(B)93.88º44.74%74.51%-
XYZ32.1243.620.09-
YUV165.9693.6110.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=32.49%
G=43.48%
B=24.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901050.2500.450.2593.8839.5357.84
Hex8EBE691902D195e283a
Octal21627615131055311365072
Binary10001110101111101101001110010101101110011011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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