#8B7C00

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

Shades of Olive #8B7C00

Tints of Olive #8B7C00

Color information

#8B7C00 (or 0x8B7C00) is unknown color: approx Olive. HEX triplet: 8B, 7C and 00. RGB value is (139,124,0). Sum of RGB (Red+Green+Blue) = 139+124+0=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7C00 is #7483FF. Grayscale: #727272. Windows color (decimal): -7635968 or 31883. OLE color: 31883.

HSL color Cylindrical-coordinate representation of color #8B7C00: hue angle of 53.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B7C00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1391240-
CMYK00.1110.45
HSL53.53º100%27.25%-
HSV(B)53.53º100%54.51%-
XYZ17.8619.92.9-
YUV114.3563.47145.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.85%
G=47.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139124000.1110.4553.5310027.25
Hex8B7C00B642D36641b
Octal2131740013144556614433
Binary1000101111111000010111100100101101110110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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