#8B8506

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

Shades of Olive #8B8506

Tints of Olive #8B8506

Color information

#8B8506 (or 0x8B8506) is unknown color: approx Olive. HEX triplet: 8B, 85 and 06. RGB value is (139,133,6). Sum of RGB (Red+Green+Blue) = 139+133+6=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8506 is #747AF9. Grayscale: #787878. Windows color (decimal): -7633658 or 427403. OLE color: 427403.

HSL color Cylindrical-coordinate representation of color #8B8506: hue angle of 57.29º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B8506 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1391336-
CMYK00.040.960.45
HSL57.29º91.72%28.43%-
HSV(B)57.29º95.68%54.51%-
XYZ19.0722.283.47-
YUV120.3263.49141.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=50%
G=47.84%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139133600.040.960.4557.2991.7228.43
Hex8B85604602D395c1c
Octal213205604140557113434
Binary100010111000010111001001100000101101111001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,6); }

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

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

 a { background-color: rgb(139,133,6); }

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

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

 span { border-color: rgb(139,133,6); }

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