#8EB574

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

Shades of Olivine #8EB574

Tints of Olivine #8EB574

Color information

#8EB574 (or 0x8EB574) is unknown color: approx Olivine. HEX triplet: 8E, B5 and 74. RGB value is (142,181,116). Sum of RGB (Red+Green+Blue) = 142+181+116=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB574 is #714A8B. Grayscale: #A2A2A2. Windows color (decimal): -7424652 or 7648654. OLE color: 7648654.

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

Color convert

RGB142181116-
CMYK0.2200.360.29
HSL96º30.52%58.24%-
HSV(B)96º35.91%70.98%-
XYZ30.8340.0622.63-
YUV161.93102.08113.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=32.35%
G=41.23%
B=26.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811160.2200.360.299630.5258.24
Hex8EB574160241D601f3a
Octal21626516426044351403772
Binary1000111010110101111010010110010010011101110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,116); }

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

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

 a { background-color: rgb(142,181,116); }

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

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

 span { border-color: rgb(142,181,116); }

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