#8EBB6F

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

Shades of Olivine #8EBB6F

Tints of Olivine #8EBB6F

Color information

#8EBB6F (or 0x8EBB6F) is unknown color: approx Olivine. HEX triplet: 8E, BB and 6F. RGB value is (142,187,111). Sum of RGB (Red+Green+Blue) = 142+187+111=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB6F is #714490. Grayscale: #A5A5A5. Windows color (decimal): -7423121 or 7322510. OLE color: 7322510.

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

Color convert

RGB142187111-
CMYK0.2400.410.27
HSL95.53º35.85%58.43%-
HSV(B)95.53º40.64%73.33%-
XYZ31.7942.4421.55-
YUV164.8897.59111.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=32.27%
G=42.5%
B=25.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871110.2400.410.2795.5335.8558.43
Hex8EBB6F180291B60243a
Octal21627315730051331404472
Binary10001110101110111101111110000101001110111100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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