#8D7405

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

Shades of Olive #8D7405

Tints of Olive #8D7405

Color information

#8D7405 (or 0x8D7405) is unknown color: approx Olive. HEX triplet: 8D, 74 and 05. RGB value is (141,116,5). Sum of RGB (Red+Green+Blue) = 141+116+5=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7405 is #728BFA. Grayscale: #6F6F6F. Windows color (decimal): -7506939 or 357517. OLE color: 357517.

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

Color convert

RGB1411165-
CMYK00.180.960.45
HSL48.97º93.15%28.63%-
HSV(B)48.97º96.45%55.29%-
XYZ17.2618.162.74-
YUV110.8268.28149.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=53.82%
G=44.27%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141116500.180.960.4548.9793.1528.63
Hex8D745012602D315d1d
Octal2151645022140556113535
Binary1000110111101001010100101100000101101110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,5); }

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

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

 a { background-color: rgb(141,116,5); }

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

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

 span { border-color: rgb(141,116,5); }

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