#8B8101

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

Shades of Olive #8B8101

Tints of Olive #8B8101

Color information

#8B8101 (or 0x8B8101) is unknown color: approx Olive. HEX triplet: 8B, 81 and 01. RGB value is (139,129,1). Sum of RGB (Red+Green+Blue) = 139+129+1=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8101 is #747EFE. Grayscale: #757575. Windows color (decimal): -7634687 or 98699. OLE color: 98699.

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

Color convert

RGB1391291-
CMYK00.070.990.45
HSL55.65º98.57%27.45%-
HSV(B)55.65º99.28%54.51%-
XYZ18.521.193.14-
YUV117.462.31143.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=51.67%
G=47.96%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139129100.070.990.4555.6598.5727.45
Hex8B81107632D38631b
Octal213201107143557014333
Binary1000101110000001101111100011101101111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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