#8EBD79

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

Shades of Olivine #8EBD79

Tints of Olivine #8EBD79

Color information

#8EBD79 (or 0x8EBD79) is unknown color: approx Olivine. HEX triplet: 8E, BD and 79. RGB value is (142,189,121). Sum of RGB (Red+Green+Blue) = 142+189+121=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD79 is #714286. Grayscale: #A7A7A7. Windows color (decimal): -7422599 or 7978382. OLE color: 7978382.

HSL color Cylindrical-coordinate representation of color #8EBD79: hue angle of 101.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBD79 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB142189121-
CMYK0.2500.360.26
HSL101.47º34%60.78%-
HSV(B)101.47º35.98%74.12%-
XYZ32.843.5324.76-
YUV167.2101.93110.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 41.81%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=31.42%
G=41.81%
B=26.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421891210.2500.360.26101.473460.78
Hex8EBD79190241A65223d
Octal21627517131044321454275
Binary10001110101111011111001110010100100110101100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,189,121); }

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

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

 a { background-color: rgb(142,189,121); }

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

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

 span { border-color: rgb(142,189,121); }

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