#8D8208

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

Shades of Olive #8D8208

Tints of Olive #8D8208

Color information

#8D8208 (or 0x8D8208) is unknown color: approx Olive. HEX triplet: 8D, 82 and 08. RGB value is (141,130,8). Sum of RGB (Red+Green+Blue) = 141+130+8=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8208 is #727DF7. Grayscale: #777777. Windows color (decimal): -7503352 or 557709. OLE color: 557709.

HSL color Cylindrical-coordinate representation of color #8D8208: hue angle of 55.04º 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 #8D8208 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1411308-
CMYK00.080.940.45
HSL55.04º89.26%29.22%-
HSV(B)55.04º94.33%55.29%-
XYZ19.0121.653.41-
YUV119.3865.14143.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=50.54%
G=46.59%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141130800.080.940.4555.0489.2629.22
Hex8D828085E2D37591d
Octal21520210010136556713135
Binary10001101100000101000010001011110101101110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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