#8D7A04

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

Shades of Olive #8D7A04

Tints of Olive #8D7A04

Color information

#8D7A04 (or 0x8D7A04) is unknown color: approx Olive. HEX triplet: 8D, 7A and 04. RGB value is (141,122,4). Sum of RGB (Red+Green+Blue) = 141+122+4=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A04 is #7285FB. Grayscale: #727272. Windows color (decimal): -7505404 or 293517. OLE color: 293517.

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

Color convert

RGB1411224-
CMYK00.130.970.45
HSL51.68º94.48%28.43%-
HSV(B)51.68º97.16%55.29%-
XYZ17.9719.592.95-
YUV114.2365.79147.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=52.81%
G=45.69%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141122400.130.970.4551.6894.4828.43
Hex8D7A40D612D345e1c
Octal2151724015141556413634
Binary100011011111010100011011100001101101110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,4); }

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

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

 a { background-color: rgb(141,122,4); }

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

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

 span { border-color: rgb(141,122,4); }

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