#8EB072

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

Shades of Olivine #8EB072

Tints of Olivine #8EB072

Color information

#8EB072 (or 0x8EB072) is unknown color: approx Olivine. HEX triplet: 8E, B0 and 72. RGB value is (142,176,114). Sum of RGB (Red+Green+Blue) = 142+176+114=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB072 is #714F8D. Grayscale: #9E9E9E. Windows color (decimal): -7425934 or 7516302. OLE color: 7516302.

HSL color Cylindrical-coordinate representation of color #8EB072: hue angle of 92.9º 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 #8EB072 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB142176114-
CMYK0.1900.350.31
HSL92.9º28.18%56.86%-
HSV(B)92.9º35.23%69.02%-
XYZ29.7238.0221.69-
YUV158.77102.74116.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=32.87%
G=40.74%
B=26.39%

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
Decimal1421761140.1900.350.3192.928.1856.86
Hex8EB072130231F5d1c39
Octal21626016223043371353471
Binary1000111010110000111001010011010001111111101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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