#8B780E

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

Shades of Olive #8B780E

Tints of Olive #8B780E

Color information

#8B780E (or 0x8B780E) is unknown color: approx Olive. HEX triplet: 8B, 78 and 0E. RGB value is (139,120,14). Sum of RGB (Red+Green+Blue) = 139+120+14=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B780E is #7487F1. Grayscale: #727272. Windows color (decimal): -7636978 or 948363. OLE color: 948363.

HSL color Cylindrical-coordinate representation of color #8B780E: hue angle of 50.88º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B780E is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB13912014-
CMYK00.140.900.45
HSL50.88º81.7%30%-
HSV(B)50.88º89.93%54.51%-
XYZ17.4418.953.15-
YUV113.671.79146.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=50.92%
G=43.96%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391201400.140.900.4550.8881.730
Hex8B78E0E5A2D33521e
Octal21317016016132556312236
Binary1000101111110001110011101011010101101110011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,14); }

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

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

 a { background-color: rgb(139,120,14); }

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

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

 span { border-color: rgb(139,120,14); }

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