#8B7904

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

Shades of Olive #8B7904

Tints of Olive #8B7904

Color information

#8B7904 (or 0x8B7904) is unknown color: approx Olive. HEX triplet: 8B, 79 and 04. RGB value is (139,121,4). Sum of RGB (Red+Green+Blue) = 139+121+4=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7904 is #7486FB. Grayscale: #717171. Windows color (decimal): -7636732 or 293259. OLE color: 293259.

HSL color Cylindrical-coordinate representation of color #8B7904: hue angle of 52º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B7904 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1391214-
CMYK00.130.970.45
HSL52º94.41%28.04%-
HSV(B)52º97.12%54.51%-
XYZ17.5119.172.89-
YUV113.0466.46146.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=52.65%
G=45.83%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139121400.130.970.455294.4128.04
Hex8B7940D612D345e1c
Octal2131714015141556413634
Binary100010111111001100011011100001101101110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,4); }

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

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

 a { background-color: rgb(139,121,4); }

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

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

 span { border-color: rgb(139,121,4); }

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