#8B8812

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

Shades of Olive #8B8812

Tints of Olive #8B8812

Color information

#8B8812 (or 0x8B8812) is unknown color: approx Olive. HEX triplet: 8B, 88 and 12. RGB value is (139,136,18). Sum of RGB (Red+Green+Blue) = 139+136+18=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8812 is #7477ED. Grayscale: #7B7B7B. Windows color (decimal): -7632878 or 1214603. OLE color: 1214603.

HSL color Cylindrical-coordinate representation of color #8B8812: hue angle of 58.51º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B8812 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB13913618-
CMYK00.020.870.45
HSL58.51º77.07%30.78%-
HSV(B)58.51º87.05%54.51%-
XYZ19.5623.144.01-
YUV123.4468.49139.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=47.44%
G=46.42%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391361800.020.870.4558.5177.0730.78
Hex8B881202572D3b4d1f
Octal2132102202127557311537
Binary1000101110001000100100101010111101101111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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