#8EBE66

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

Shades of Olivine #8EBE66

Tints of Olivine #8EBE66

Color information

#8EBE66 (or 0x8EBE66) is unknown color: approx Olivine. HEX triplet: 8E, BE and 66. RGB value is (142,190,102). Sum of RGB (Red+Green+Blue) = 142+190+102=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE66 is #714199. Grayscale: #A5A5A5. Windows color (decimal): -7422362 or 6733454. OLE color: 6733454.

HSL color Cylindrical-coordinate representation of color #8EBE66: hue angle of 92.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EBE66 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB142190102-
CMYK0.2500.460.25
HSL92.73º40.37%57.25%-
HSV(B)92.73º46.32%74.51%-
XYZ31.9743.5419.29-
YUV165.6292.1111.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=32.72%
G=43.78%
B=23.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901020.2500.460.2592.7340.3757.25
Hex8EBE661902E195d2839
Octal21627614631056311355071
Binary10001110101111101100110110010101110110011011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,102); }

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

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

 a { background-color: rgb(142,190,102); }

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

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

 span { border-color: rgb(142,190,102); }

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