#8B8805

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

Shades of Olive #8B8805

Tints of Olive #8B8805

Color information

#8B8805 (or 0x8B8805) is unknown color: approx Olive. HEX triplet: 8B, 88 and 05. RGB value is (139,136,5). Sum of RGB (Red+Green+Blue) = 139+136+5=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8805 is #7477FA. Grayscale: #7A7A7A. Windows color (decimal): -7632891 or 362635. OLE color: 362635.

HSL color Cylindrical-coordinate representation of color #8B8805: hue angle of 58.66º degrees, saturation: 0.93, 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 #8B8805 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1391365-
CMYK00.020.960.45
HSL58.66º93.06%28.24%-
HSV(B)58.66º96.4%54.51%-
XYZ19.4823.113.58-
YUV121.9661.99140.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=49.64%
G=48.57%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139136500.020.960.4558.6693.0628.24
Hex8B88502602D3b5d1c
Octal213210502140557313534
Binary10001011100010001010101100000101101111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,5); }

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

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

 a { background-color: rgb(139,136,5); }

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

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

 span { border-color: rgb(139,136,5); }

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