#8D790A

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

Shades of Olive #8D790A

Tints of Olive #8D790A

Color information

#8D790A (or 0x8D790A) is unknown color: approx Olive. HEX triplet: 8D, 79 and 0A. RGB value is (141,121,10). Sum of RGB (Red+Green+Blue) = 141+121+10=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D790A is #7286F5. Grayscale: #727272. Windows color (decimal): -7505654 or 686477. OLE color: 686477.

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

Color convert

RGB14112110-
CMYK00.140.930.45
HSL50.84º86.75%29.61%-
HSV(B)50.84º92.91%55.29%-
XYZ17.8819.363.08-
YUV114.3369.13147.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=51.84%
G=44.49%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411211000.140.930.4550.8486.7529.61
Hex8D79A0E5D2D33571e
Octal21517112016135556312736
Binary1000110111110011010011101011101101101110011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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