Html Css Color HEX #867711 Olive

📋 copy color: '#867711'

red 134 ◦ green 119 ◦ blue 17

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

Shades of Olive #867711

Tints of Olive #867711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 49.63%
G = 44.07%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#867711 (or 0x867711) is known color: Olive. HEX triplet: 86, 77 and 11. RGB value is (134,119,17). Sum of RGB (Red+Green+Blue) = 134+119+17=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #867711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867711 is #7988EE. Grayscale: #707070. Windows color (decimal): -7964911 or 1144710. OLE color: 1144710.

HSL color Cylindrical-coordinate representation of color #867711: hue angle of 52.31º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #867711 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 119 17 -
CMYK 0 0.11 0.87 0.47
HSL 52.31º 0.77% 0.3% -
HSV(B) 52.31º 0.87% 0.53% -
XYZ 16.53 18.3 3.19 -
YUV 111.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 134 119 17 0 0.11 0.87 0.47 52.31 0.77 0.3
Hex 86 77 11 0 B 57 2F 34 4D 1E
Octal 206 167 21 0 13 127 57 64 115 36
Binary 10000110 1110111 10001 0 1011 1010111 101111 110100 1001101 11110

Color Harmonies of #867711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867711

Black with #867711

Text Example


Text Example

White with #867711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867711; }

 p { color: rgb(134,119,17); }

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

background-color css

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

 a { background-color: rgb(134,119,17); }

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

border-color css

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

 span { border-color: rgb(134,119,17); }

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