Html Css Color HEX #867700 Olive

📋 copy color: '#867700'

red 134 ◦ green 119 ◦ blue 0

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

Shades of Olive #867700

Tints of Olive #867700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.96%
G = 47.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#867700 (or 0x867700) is known color: Olive. HEX triplet: 86, 77 and 00. RGB value is (134,119,0). Sum of RGB (Red+Green+Blue) = 134+119+0=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #867700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867700 is #7988FF. Grayscale: #6E6E6E. Windows color (decimal): -7964928 or 30598. OLE color: 30598.

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

Color convert

RGB 134 119 0 -
CMYK 0 0.11 1 0.47
HSL 53.28º 1% 0.26% -
HSV(B) 53.28º 1% 0.53% -
XYZ 16.43 18.26 2.66 -
YUV 109.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 134 119 0 0 0.11 1 0.47 53.28 1 0.26
Hex 86 77 0 0 B 64 2F 35 64 1A
Octal 206 167 0 0 13 144 57 65 144 32
Binary 10000110 1110111 0 0 1011 1100100 101111 110101 1100100 11010

Color Harmonies of #867700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867700

Black with #867700

Text Example


Text Example

White with #867700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867700; }

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

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

background-color css

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

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

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

border-color css

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

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

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