Html Css Color HEX #8C7E11 Olive

📋 copy color: '#8C7E11'

red 140 ◦ green 126 ◦ blue 17

#8C7E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #8C7E11

Tints of Olive #8C7E11

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 value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C7E11 (or 0x8C7E11) is known color: 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

RGB 140 126 17 -
CMYK 0 0.10 0.88 0.45
HSL 53.17º 0.78% 0.31% -
HSV(B) 53.17º 0.88% 0.55% -
XYZ 18.38 20.54 3.53 -
YUV 117.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 140 126 17 0 0.10 0.88 0.45 53.17 0.78 0.31
Hex 8C 7E 11 0 A 58 2D 35 4E 1F
Octal 214 176 21 0 12 130 55 65 116 37
Binary 10001100 1111110 10001 0 1010 1011000 101101 110101 1001110 11111

Color Harmonies of #8C7E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E11

Black with #8C7E11

Text Example


Text Example

White with #8C7E11

Text Example


Text Example

HTML Codes & Css Web 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>