#8D7B04

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

Shades of Olive #8D7B04

Tints of Olive #8D7B04

Color information

#8D7B04 (or 0x8D7B04) is unknown color: approx Olive. HEX triplet: 8D, 7B and 04. RGB value is (141,123,4). Sum of RGB (Red+Green+Blue) = 141+123+4=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7B04 is #7284FB. Grayscale: #737373. Windows color (decimal): -7505148 or 293773. OLE color: 293773.

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

Color convert

RGB1411234-
CMYK00.130.970.45
HSL52.12º94.48%28.43%-
HSV(B)52.12º97.16%55.29%-
XYZ18.0919.842.99-
YUV114.8265.46146.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=52.61%
G=45.90%
B=1.49%

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
Decimal141123400.130.970.4552.1294.4828.43
Hex8D7B40D612D345e1c
Octal2151734015141556413634
Binary100011011111011100011011100001101101110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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