#8E8307

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

Shades of Olive #8E8307

Tints of Olive #8E8307

Color information

#8E8307 (or 0x8E8307) is unknown color: approx Olive. HEX triplet: 8E, 83 and 07. RGB value is (142,131,7). Sum of RGB (Red+Green+Blue) = 142+131+7=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8307 is #717CF8. Grayscale: #787878. Windows color (decimal): -7437561 or 492430. OLE color: 492430.

HSL color Cylindrical-coordinate representation of color #8E8307: hue angle of 55.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E8307 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1421317-
CMYK00.080.950.44
HSL55.11º90.6%29.22%-
HSV(B)55.11º95.07%55.69%-
XYZ19.31223.43-
YUV120.1564.14143.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=50.71%
G=46.79%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142131700.080.950.4455.1190.629.22
Hex8E837085F2C375b1d
Octal2162037010137546713335
Binary1000111010000011111010001011111101100110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,7); }

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

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

 a { background-color: rgb(142,131,7); }

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

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

 span { border-color: rgb(142,131,7); }

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