#8EBB6D

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

Shades of Olivine #8EBB6D

Tints of Olivine #8EBB6D

Color information

#8EBB6D (or 0x8EBB6D) is unknown color: approx Olivine. HEX triplet: 8E, BB and 6D. RGB value is (142,187,109). Sum of RGB (Red+Green+Blue) = 142+187+109=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB6D is #714492. Grayscale: #A4A4A4. Windows color (decimal): -7423123 or 7191438. OLE color: 7191438.

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

Color convert

RGB142187109-
CMYK0.2400.420.27
HSL94.62º36.45%58.04%-
HSV(B)94.62º41.71%73.33%-
XYZ31.6942.420.98-
YUV164.6596.59111.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 187 (73.44% from 255) = 42.69%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=32.42%
G=42.69%
B=24.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871090.2400.420.2794.6236.4558.04
Hex8EBB6D1802A1B5f243a
Octal21627315530052331374472
Binary10001110101110111101101110000101010110111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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