#8EB073

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

Shades of Olivine #8EB073

Tints of Olivine #8EB073

Color information

#8EB073 (or 0x8EB073) is unknown color: approx Olivine. HEX triplet: 8E, B0 and 73. RGB value is (142,176,115). Sum of RGB (Red+Green+Blue) = 142+176+115=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB073 is #714F8C. Grayscale: #9F9F9F. Windows color (decimal): -7425933 or 7581838. OLE color: 7581838.

HSL color Cylindrical-coordinate representation of color #8EB073: hue angle of 93.44º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EB073 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB142176115-
CMYK0.1900.350.31
HSL93.44º27.85%57.06%-
HSV(B)93.44º34.66%69.02%-
XYZ29.7838.0421.99-
YUV158.88103.24115.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=32.79%
G=40.65%
B=26.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421761150.1900.350.3193.4427.8557.06
Hex8EB073130231F5d1c39
Octal21626016323043371353471
Binary1000111010110000111001110011010001111111101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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