#8D800B

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

Shades of Olive #8D800B

Tints of Olive #8D800B

Color information

#8D800B (or 0x8D800B) is unknown color: approx Olive. HEX triplet: 8D, 80 and 0B. RGB value is (141,128,11). Sum of RGB (Red+Green+Blue) = 141+128+11=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D800B is #727FF4. Grayscale: #777777. Windows color (decimal): -7503861 or 753805. OLE color: 753805.

HSL color Cylindrical-coordinate representation of color #8D800B: hue angle of 54º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D800B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB14112811-
CMYK00.090.920.45
HSL54º85.53%29.8%-
HSV(B)54º92.2%55.29%-
XYZ18.7621.133.41-
YUV118.5567.31144.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=50.36%
G=45.71%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411281100.090.920.455485.5329.8
Hex8D80B095C2D36561e
Octal21520013011134556612636
Binary10001101100000001011010011011100101101110110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,11); }

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

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

 a { background-color: rgb(141,128,11); }

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

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

 span { border-color: rgb(141,128,11); }

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