#8B7001

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

Shades of Olive #8B7001

Tints of Olive #8B7001

Color information

#8B7001 (or 0x8B7001) is unknown color: approx Olive. HEX triplet: 8B, 70 and 01. RGB value is (139,112,1). Sum of RGB (Red+Green+Blue) = 139+112+1=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7001 is #748FFE. Grayscale: #6B6B6B. Windows color (decimal): -7639039 or 94347. OLE color: 94347.

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

Color convert

RGB1391121-
CMYK00.190.990.45
HSL48.26º98.57%27.45%-
HSV(B)48.26º99.28%54.51%-
XYZ16.4517.082.46-
YUV107.4267.95150.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=55.16%
G=44.44%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112100.190.990.4548.2698.5727.45
Hex8B701013632D30631b
Octal2131601023143556014333
Binary10001011111000010100111100011101101110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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