#8B7B04

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

Shades of Olive #8B7B04

Tints of Olive #8B7B04

Color information

#8B7B04 (or 0x8B7B04) is unknown color: approx Olive. HEX triplet: 8B, 7B and 04. RGB value is (139,123,4). Sum of RGB (Red+Green+Blue) = 139+123+4=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7B04 is #7484FB. Grayscale: #727272. Windows color (decimal): -7636220 or 293771. OLE color: 293771.

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

Color convert

RGB1391234-
CMYK00.120.970.45
HSL52.89º94.41%28.04%-
HSV(B)52.89º97.12%54.51%-
XYZ17.7519.662.97-
YUV114.2265.8145.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=52.26%
G=46.24%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139123400.120.970.4552.8994.4128.04
Hex8B7B40C612D355e1c
Octal2131734014141556513634
Binary100010111111011100011001100001101101110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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