#8C7C0B

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

Shades of Olive #8C7C0B

Tints of Olive #8C7C0B

Color information

#8C7C0B (or 0x8C7C0B) is unknown color: approx Olive. HEX triplet: 8C, 7C and 0B. RGB value is (140,124,11). Sum of RGB (Red+Green+Blue) = 140+124+11=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7C0B is #7383F4. Grayscale: #747474. Windows color (decimal): -7570421 or 752780. OLE color: 752780.

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

Color convert

RGB14012411-
CMYK00.110.920.45
HSL52.56º85.43%29.61%-
HSV(B)52.56º92.14%54.9%-
XYZ18.0820.013.23-
YUV115.968.8145.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 11 (4.69% from 255) = 4%
R=50.91%
G=45.09%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401241100.110.920.4552.5685.4329.61
Hex8C7CB0B5C2D35551e
Octal21417413013134556512536
Binary1000110011111001011010111011100101101110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,11); }

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

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

 a { background-color: rgb(140,124,11); }

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

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

 span { border-color: rgb(140,124,11); }

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