#8D7703

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

Shades of Olive #8D7703

Tints of Olive #8D7703

Color information

#8D7703 (or 0x8D7703) is unknown color: approx Olive. HEX triplet: 8D, 77 and 03. RGB value is (141,119,3). Sum of RGB (Red+Green+Blue) = 141+119+3=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7703 is #7288FC. Grayscale: #707070. Windows color (decimal): -7506173 or 227213. OLE color: 227213.

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

Color convert

RGB1411193-
CMYK00.160.980.45
HSL50.43º95.83%28.24%-
HSV(B)50.43º97.87%55.29%-
XYZ17.618.862.8-
YUV112.3566.29148.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=53.61%
G=45.25%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141119300.160.980.4550.4395.8328.24
Hex8D773010622D32601c
Octal2151673020142556214034
Binary100011011110111110100001100010101101110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,3); }

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

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

 a { background-color: rgb(141,119,3); }

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

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

 span { border-color: rgb(141,119,3); }

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