#8d8508

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

Shades of Olive #8D8508

Tints of Olive #8D8508

Color information

#8D8508 (or 0x8D8508) is unknown color: approx Olive. HEX triplet: 8D, 85 and 08. RGB value is (141,133,8). Sum of RGB (Red+Green+Blue) = 141+133+8=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8508 is #727AF7. Grayscale: #797979. Windows color (decimal): -7502584 or 558477. OLE color: 558477.

HSL color Cylindrical-coordinate representation of color #8D8508: hue angle of 56.39º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D8508 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1411338-
CMYK00.060.940.45
HSL56.39º89.26%29.22%-
HSV(B)56.39º94.33%55.29%-
XYZ19.4222.463.54-
YUV121.1464.15142.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 8 (3.52% from 255) = 2.84%
R=50%
G=47.16%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141133800.060.940.4556.3989.2629.22
Hex8D858065E2D38591d
Octal2152051006136557013135
Binary1000110110000101100001101011110101101111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d8508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,8); }

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

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

 a { background-color: rgb(141,133,8); }

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

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

 span { border-color: rgb(141,133,8); }

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