#8EB471

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

Shades of Olivine #8EB471

Tints of Olivine #8EB471

Color information

#8EB471 (or 0x8EB471) is unknown color: approx Olivine. HEX triplet: 8E, B4 and 71. RGB value is (142,180,113). Sum of RGB (Red+Green+Blue) = 142+180+113=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB471 is #714B8E. Grayscale: #A1A1A1. Windows color (decimal): -7424911 or 7451790. OLE color: 7451790.

HSL color Cylindrical-coordinate representation of color #8EB471: hue angle of 94.03º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB471 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB142180113-
CMYK0.2100.370.29
HSL94.03º30.88%57.45%-
HSV(B)94.03º37.22%70.59%-
XYZ30.4639.5921.66-
YUV161100.91114.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=32.64%
G=41.38%
B=25.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801130.2100.370.2994.0330.8857.45
Hex8EB471150251D5e1f39
Octal21626416125045351363771
Binary1000111010110100111000110101010010111101101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,113); }

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

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

 a { background-color: rgb(142,180,113); }

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

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

 span { border-color: rgb(142,180,113); }

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