#8B7C04

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

Shades of Olive #8B7C04

Tints of Olive #8B7C04

Color information

#8B7C04 (or 0x8B7C04) is unknown color: approx Olive. HEX triplet: 8B, 7C and 04. RGB value is (139,124,4). Sum of RGB (Red+Green+Blue) = 139+124+4=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7C04 is #7483FB. Grayscale: #737373. Windows color (decimal): -7635964 or 294027. OLE color: 294027.

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

Color convert

RGB1391244-
CMYK00.110.970.45
HSL53.33º94.41%28.04%-
HSV(B)53.33º97.12%54.51%-
XYZ17.8819.913.02-
YUV114.865.47145.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=52.06%
G=46.44%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139124400.110.970.4553.3394.4128.04
Hex8B7C40B612D355e1c
Octal2131744013141556513634
Binary100010111111100100010111100001101101110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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