#8EB973

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

Shades of Olivine #8EB973

Tints of Olivine #8EB973

Color information

#8EB973 (or 0x8EB973) is unknown color: approx Olivine. HEX triplet: 8E, B9 and 73. RGB value is (142,185,115). Sum of RGB (Red+Green+Blue) = 142+185+115=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB973 is #71468C. Grayscale: #A4A4A4. Windows color (decimal): -7423629 or 7584142. OLE color: 7584142.

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

Color convert

RGB142185115-
CMYK0.2300.380.27
HSL96.86º33.33%58.82%-
HSV(B)96.86º37.84%72.55%-
XYZ31.641.6922.6-
YUV164.16100.25112.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=32.13%
G=41.86%
B=26.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851150.2300.380.2796.8633.3358.82
Hex8EB973170261B61213b
Octal21627116327046331414173
Binary10001110101110011110011101110100110110111100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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