#8D780C

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

Shades of Olive #8D780C

Tints of Olive #8D780C

Color information

#8D780C (or 0x8D780C) is unknown color: approx Olive. HEX triplet: 8D, 78 and 0C. RGB value is (141,120,12). Sum of RGB (Red+Green+Blue) = 141+120+12=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D780C is #7287F3. Grayscale: #727272. Windows color (decimal): -7505908 or 817293. OLE color: 817293.

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

Color convert

RGB14112012-
CMYK00.150.910.45
HSL50.23º84.31%30%-
HSV(B)50.23º91.49%55.29%-
XYZ17.7719.123.1-
YUV113.9770.46147.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=51.65%
G=43.96%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411201200.150.910.4550.2384.3130
Hex8D78C0F5B2D32541e
Octal21517014017133556212436
Binary1000110111110001100011111011011101101110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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