#8C7E11

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

Shades of Olive #8C7E11

Tints of Olive #8C7E11

Color information

#8C7E11 (or 0x8C7E11) is unknown color: approx Olive. HEX triplet: 8C, 7E and 11. RGB value is (140,126,17). Sum of RGB (Red+Green+Blue) = 140+126+17=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7E11 is #7381EE. Grayscale: #767676. Windows color (decimal): -7569903 or 1146508. OLE color: 1146508.

HSL color Cylindrical-coordinate representation of color #8C7E11: hue angle of 53.17º 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 #8C7E11 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB14012617-
CMYK00.100.880.45
HSL53.17º78.34%30.78%-
HSV(B)53.17º87.86%54.9%-
XYZ18.3820.543.53-
YUV117.7671.14143.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=49.47%
G=44.52%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401261700.100.880.4553.1778.3430.78
Hex8C7E110A582D354e1f
Octal21417621012130556511637
Binary10001100111111010001010101011000101101110101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,126,17); }

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

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

 a { background-color: rgb(140,126,17); }

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

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

 span { border-color: rgb(140,126,17); }

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