#8EBA65

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

Shades of Olivine #8EBA65

Tints of Olivine #8EBA65

Color information

#8EBA65 (or 0x8EBA65) is unknown color: approx Olivine. HEX triplet: 8E, BA and 65. RGB value is (142,186,101). Sum of RGB (Red+Green+Blue) = 142+186+101=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA65 is #71459A. Grayscale: #A3A3A3. Windows color (decimal): -7423387 or 6666894. OLE color: 6666894.

HSL color Cylindrical-coordinate representation of color #8EBA65: hue angle of 91.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EBA65 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB142186101-
CMYK0.2400.460.27
HSL91.06º38.12%56.27%-
HSV(B)91.06º45.7%72.94%-
XYZ31.0641.8118.74-
YUV163.1592.92112.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=33.10%
G=43.36%
B=23.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421861010.2400.460.2791.0638.1256.27
Hex8EBA651802E1B5b2638
Octal21627214530056331334670
Binary10001110101110101100101110000101110110111011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,101); }

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

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

 a { background-color: rgb(142,186,101); }

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

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

 span { border-color: rgb(142,186,101); }

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