#8EB07C

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

Shades of Olivine #8EB07C

Tints of Olivine #8EB07C

Color information

#8EB07C (or 0x8EB07C) is unknown color: approx Olivine. HEX triplet: 8E, B0 and 7C. RGB value is (142,176,124). Sum of RGB (Red+Green+Blue) = 142+176+124=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB07C is #714F83. Grayscale: #A0A0A0. Windows color (decimal): -7425924 or 8171662. OLE color: 8171662.

HSL color Cylindrical-coordinate representation of color #8EB07C: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB07C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB142176124-
CMYK0.1900.300.31
HSL99.23º24.76%58.82%-
HSV(B)99.23º29.55%69.02%-
XYZ30.3238.2624.86-
YUV159.91107.74115.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=32.13%
G=39.82%
B=28.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421761240.1900.300.3199.2324.7658.82
Hex8EB07C1301E1F63193b
Octal21626017423036371433173
Binary100011101011000011111001001101111011111110001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,124); }

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

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

 a { background-color: rgb(142,176,124); }

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

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

 span { border-color: rgb(142,176,124); }

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