#8EBB70

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

Shades of Olivine #8EBB70

Tints of Olivine #8EBB70

Color information

#8EBB70 (or 0x8EBB70) is unknown color: approx Olivine. HEX triplet: 8E, BB and 70. RGB value is (142,187,112). Sum of RGB (Red+Green+Blue) = 142+187+112=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB70 is #71448F. Grayscale: #A5A5A5. Windows color (decimal): -7423120 or 7388046. OLE color: 7388046.

HSL color Cylindrical-coordinate representation of color #8EBB70: hue angle of 96º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EBB70 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB142187112-
CMYK0.2400.400.27
HSL96º35.55%58.63%-
HSV(B)96º40.11%73.33%-
XYZ31.8542.4621.85-
YUV164.9998.09111.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=32.20%
G=42.40%
B=25.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871120.2400.400.279635.5558.63
Hex8EBB70180281B60243b
Octal21627316030050331404473
Binary10001110101110111110000110000101000110111100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,112); }

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

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

 a { background-color: rgb(142,187,112); }

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

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

 span { border-color: rgb(142,187,112); }

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