#8D730A

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

Shades of Olive #8D730A

Tints of Olive #8D730A

Color information

#8D730A (or 0x8D730A) is unknown color: approx Olive. HEX triplet: 8D, 73 and 0A. RGB value is (141,115,10). Sum of RGB (Red+Green+Blue) = 141+115+10=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D730A is #728CF5. Grayscale: #6F6F6F. Windows color (decimal): -7507190 or 684941. OLE color: 684941.

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

Color convert

RGB14111510-
CMYK00.180.930.45
HSL48.09º86.75%29.61%-
HSV(B)48.09º92.91%55.29%-
XYZ17.1717.952.85-
YUV110.871.11149.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=53.01%
G=43.23%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411151000.180.930.4548.0986.7529.61
Hex8D73A0125D2D30571e
Octal21516312022135556012736
Binary10001101111001110100100101011101101101110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,10); }

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

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

 a { background-color: rgb(141,115,10); }

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

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

 span { border-color: rgb(141,115,10); }

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