Html Css Color HEX #86750D Olive

📋 copy color: '#86750D'

red 134 ◦ green 117 ◦ blue 13

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

Shades of Olive #86750D

Tints of Olive #86750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 50.76%
G = 44.32%
B = 4.92%

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

#86750D (or 0x86750D) is known color: Olive. HEX triplet: 86, 75 and 0D. RGB value is (134,117,13). Sum of RGB (Red+Green+Blue) = 134+117+13=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86750D is #798AF2. Grayscale: #6E6E6E. Windows color (decimal): -7965427 or 882054. OLE color: 882054.

HSL color Cylindrical-coordinate representation of color #86750D: hue angle of 51.57º 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 #86750D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 13 -
CMYK 0 0.13 0.90 0.47
HSL 51.57º 0.82% 0.29% -
HSV(B) 51.57º 0.9% 0.53% -
XYZ 16.27 17.82 2.96 -
YUV 110.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 134 117 13 0 0.13 0.90 0.47 51.57 0.82 0.29
Hex 86 75 D 0 D 5A 2F 34 52 1D
Octal 206 165 15 0 15 132 57 64 122 35
Binary 10000110 1110101 1101 0 1101 1011010 101111 110100 1010010 11101

Color Harmonies of #86750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86750D

Black with #86750D

Text Example


Text Example

White with #86750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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