#8D780A

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

Shades of Olive #8D780A

Tints of Olive #8D780A

Color information

#8D780A (or 0x8D780A) is unknown color: approx Olive. HEX triplet: 8D, 78 and 0A. RGB value is (141,120,10). Sum of RGB (Red+Green+Blue) = 141+120+10=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D780A is #7287F5. Grayscale: #727272. Windows color (decimal): -7505910 or 686221. OLE color: 686221.

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

Color convert

RGB14112010-
CMYK00.150.930.45
HSL50.38º86.75%29.61%-
HSV(B)50.38º92.91%55.29%-
XYZ17.7619.123.04-
YUV113.7469.46147.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=52.03%
G=44.28%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411201000.150.930.4550.3886.7529.61
Hex8D78A0F5D2D32571e
Octal21517012017135556212736
Binary1000110111110001010011111011101101101110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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