#8A780F

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

Shades of Olive #8A780F

Tints of Olive #8A780F

Color information

#8A780F (or 0x8A780F) is unknown color: approx Olive. HEX triplet: 8A, 78 and 0F. RGB value is (138,120,15). Sum of RGB (Red+Green+Blue) = 138+120+15=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A780F is #7587F0. Grayscale: #717171. Windows color (decimal): -7702513 or 1013898. OLE color: 1013898.

HSL color Cylindrical-coordinate representation of color #8A780F: hue angle of 51.22º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A780F is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB13812015-
CMYK00.130.890.46
HSL51.22º80.39%30%-
HSV(B)51.22º89.13%54.12%-
XYZ17.2818.873.18-
YUV113.4172.46145.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=50.55%
G=43.96%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381201500.130.890.4651.2280.3930
Hex8A78F0D592E33501e
Octal21217017015131566312036
Binary1000101011110001111011011011001101110110011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,15); }

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

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

 a { background-color: rgb(138,120,15); }

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

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

 span { border-color: rgb(138,120,15); }

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