#8B7B11

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

Shades of Olive #8B7B11

Tints of Olive #8B7B11

Color information

#8B7B11 (or 0x8B7B11) is unknown color: approx Olive. HEX triplet: 8B, 7B and 11. RGB value is (139,123,17). Sum of RGB (Red+Green+Blue) = 139+123+17=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7B11 is #7484EE. Grayscale: #747474. Windows color (decimal): -7636207 or 1145739. OLE color: 1145739.

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

Color convert

RGB13912317-
CMYK00.120.880.45
HSL52.13º78.21%30.59%-
HSV(B)52.13º87.77%54.51%-
XYZ17.8319.73.39-
YUV115.772.3144.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=49.82%
G=44.09%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391231700.120.880.4552.1378.2130.59
Hex8B7B110C582D344e1f
Octal21317321014130556411637
Binary10001011111101110001011001011000101101110100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,17); }

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

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

 a { background-color: rgb(139,123,17); }

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

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

 span { border-color: rgb(139,123,17); }

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