Html Css Color HEX #86740D Olive

📋 copy color: '#86740D'

red 134 ◦ green 116 ◦ blue 13

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

Shades of Olive #86740D

Tints of Olive #86740D

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 50.95%
G = 44.11%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86740D (or 0x86740D) is known color: Olive. HEX triplet: 86, 74 and 0D. RGB value is (134,116,13). Sum of RGB (Red+Green+Blue) = 134+116+13=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86740D is #798BF2. Grayscale: #6E6E6E. Windows color (decimal): -7965683 or 881798. OLE color: 881798.

HSL color Cylindrical-coordinate representation of color #86740D: hue angle of 51.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86740D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 13 -
CMYK 0 0.13 0.90 0.47
HSL 51.07º 0.82% 0.29% -
HSV(B) 51.07º 0.9% 0.53% -
XYZ 16.15 17.59 2.92 -
YUV 109.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 134 116 13 0 0.13 0.90 0.47 51.07 0.82 0.29
Hex 86 74 D 0 D 5A 2F 33 52 1D
Octal 206 164 15 0 15 132 57 63 122 35
Binary 10000110 1110100 1101 0 1101 1011010 101111 110011 1010010 11101

Color Harmonies of #86740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86740D

Black with #86740D

Text Example


Text Example

White with #86740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86740D; }

 p { color: rgb(134,116,13); }

 H1.HeaderClassName
 {
   color: #86740D;
 }
 .AnyTagClassName
 {
   color: #86740D;
 }
</style>

background-color css

<style>
 a { background-color: #86740D; }

 a { background-color: rgb(134,116,13); }

 div.DivClassName
 {
   background-color: #86740D;
 }
 .BgClassName
 {
   background-color: #86740D;
 }
</style>

border-color css

<style>
 span { border-color: #86740D; }

 span { border-color: rgb(134,116,13); }

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