#8B7C0C

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

Shades of Olive #8B7C0C

Tints of Olive #8B7C0C

Color information

#8B7C0C (or 0x8B7C0C) is unknown color: approx Olive. HEX triplet: 8B, 7C and 0C. RGB value is (139,124,12). Sum of RGB (Red+Green+Blue) = 139+124+12=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7C0C is #7483F3. Grayscale: #747474. Windows color (decimal): -7635956 or 818315. OLE color: 818315.

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

Color convert

RGB13912412-
CMYK00.110.910.45
HSL52.91º84.11%29.61%-
HSV(B)52.91º91.37%54.51%-
XYZ17.9219.933.25-
YUV115.7269.47144.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=50.55%
G=45.09%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391241200.110.910.4552.9184.1129.61
Hex8B7CC0B5B2D35541e
Octal21317414013133556512436
Binary1000101111111001100010111011011101101110101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,12); }

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

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

 a { background-color: rgb(139,124,12); }

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

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

 span { border-color: rgb(139,124,12); }

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