#8B8008

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

Shades of Olive #8B8008

Tints of Olive #8B8008

Color information

#8B8008 (or 0x8B8008) is unknown color: approx Olive. HEX triplet: 8B, 80 and 08. RGB value is (139,128,8). Sum of RGB (Red+Green+Blue) = 139+128+8=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8008 is #747FF7. Grayscale: #767676. Windows color (decimal): -7634936 or 557195. OLE color: 557195.

HSL color Cylindrical-coordinate representation of color #8B8008: hue angle of 54.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B8008 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1391288-
CMYK00.080.940.45
HSL54.96º89.12%28.82%-
HSV(B)54.96º94.24%54.51%-
XYZ18.4120.943.3-
YUV117.6166.14143.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=50.55%
G=46.55%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139128800.080.940.4554.9689.1228.82
Hex8B808085E2D37591d
Octal21320010010136556713135
Binary10001011100000001000010001011110101101110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,8); }

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

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

 a { background-color: rgb(139,128,8); }

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

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

 span { border-color: rgb(139,128,8); }

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