#8EB57A

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

Shades of Olivine #8EB57A

Tints of Olivine #8EB57A

Color information

#8EB57A (or 0x8EB57A) is unknown color: approx Olivine. HEX triplet: 8E, B5 and 7A. RGB value is (142,181,122). Sum of RGB (Red+Green+Blue) = 142+181+122=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB57A is #714A85. Grayscale: #A2A2A2. Windows color (decimal): -7424646 or 8041870. OLE color: 8041870.

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

Color convert

RGB142181122-
CMYK0.2200.330.29
HSL99.66º28.5%59.41%-
HSV(B)99.66º32.6%70.98%-
XYZ31.1940.224.53-
YUV162.61105.08113.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=31.91%
G=40.67%
B=27.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811220.2200.330.2999.6628.559.41
Hex8EB57A160211D641d3b
Octal21626517226041351443573
Binary1000111010110101111101010110010000111101110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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