#8B7000

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

Shades of Olive #8B7000

Tints of Olive #8B7000

Color information

#8B7000 (or 0x8B7000) is unknown color: approx Olive. HEX triplet: 8B, 70 and 00. RGB value is (139,112,0). Sum of RGB (Red+Green+Blue) = 139+112+0=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7000 is #748FFF. Grayscale: #6B6B6B. Windows color (decimal): -7639040 or 28811. OLE color: 28811.

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

Color convert

RGB1391120-
CMYK00.1910.45
HSL48.35º100%27.25%-
HSV(B)48.35º100%54.51%-
XYZ16.4417.082.43-
YUV107.367.45150.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.38%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.38%
G=44.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112000.1910.4548.3510027.25
Hex8B700013642D30641b
Octal2131600023144556014433
Binary10001011111000000100111100100101101110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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