#8EBE73

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

Shades of Olivine #8EBE73

Tints of Olivine #8EBE73

Color information

#8EBE73 (or 0x8EBE73) is unknown color: approx Olivine. HEX triplet: 8E, BE and 73. RGB value is (142,190,115). Sum of RGB (Red+Green+Blue) = 142+190+115=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE73 is #71418C. Grayscale: #A7A7A7. Windows color (decimal): -7422349 or 7585422. OLE color: 7585422.

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

Color convert

RGB142190115-
CMYK0.2500.390.25
HSL98.4º36.59%59.8%-
HSV(B)98.4º39.47%74.51%-
XYZ32.6643.8222.96-
YUV167.198.6110.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=31.77%
G=42.51%
B=25.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901150.2500.390.2598.436.5959.8
Hex8EBE73190271962253c
Octal21627616331047311424574
Binary10001110101111101110011110010100111110011100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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