#8EB475

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

Shades of Olivine #8EB475

Tints of Olivine #8EB475

Color information

#8EB475 (or 0x8EB475) is unknown color: approx Olivine. HEX triplet: 8E, B4 and 75. RGB value is (142,180,117). Sum of RGB (Red+Green+Blue) = 142+180+117=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB475 is #714B8A. Grayscale: #A1A1A1. Windows color (decimal): -7424907 or 7713934. OLE color: 7713934.

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

Color convert

RGB142180117-
CMYK0.2100.350.29
HSL96.19º29.58%58.24%-
HSV(B)96.19º35%70.59%-
XYZ30.6939.6822.87-
YUV161.46102.91114.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=32.35%
G=41.00%
B=26.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801170.2100.350.2996.1929.5858.24
Hex8EB475150231D601e3a
Octal21626416525043351403672
Binary1000111010110100111010110101010001111101110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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