#8B810F

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

Shades of Olive #8B810F

Tints of Olive #8B810F

Color information

#8B810F (or 0x8B810F) is unknown color: approx Olive. HEX triplet: 8B, 81 and 0F. RGB value is (139,129,15). Sum of RGB (Red+Green+Blue) = 139+129+15=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B810F is #747EF0. Grayscale: #777777. Windows color (decimal): -7634673 or 1016203. OLE color: 1016203.

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

Color convert

RGB13912915-
CMYK00.070.890.45
HSL55.16º80.52%30.2%-
HSV(B)55.16º89.21%54.51%-
XYZ18.5821.223.57-
YUV118.9969.31142.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=49.12%
G=45.58%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391291500.070.890.4555.1680.5230.2
Hex8B81F07592D37511e
Octal2132011707131556712136
Binary1000101110000001111101111011001101101110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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