#8E9505

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

Shades of Olive #8E9505

Tints of Olive #8E9505

Color information

#8E9505 (or 0x8E9505) is unknown color: approx Olive. HEX triplet: 8E, 95 and 05. RGB value is (142,149,5). Sum of RGB (Red+Green+Blue) = 142+149+5=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9505 is #716AFA. Grayscale: #838383. Windows color (decimal): -7432955 or 365966. OLE color: 365966.

HSL color Cylindrical-coordinate representation of color #8E9505: hue angle of 62.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E9505 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1421495-
CMYK0.0500.970.42
HSL62.92º93.51%30.2%-
HSV(B)62.92º96.64%58.43%-
XYZ21.9327.264.25-
YUV130.4957.18136.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=47.97%
G=50.34%
B=1.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14214950.0500.970.4262.9293.5130.2
Hex8E95550612A3f5e1e
Octal216225550141527713636
Binary100011101001010110110101100001101010111111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,5); }

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

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

 a { background-color: rgb(142,149,5); }

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

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

 span { border-color: rgb(142,149,5); }

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