Html Css Color HEX #867400 Olive

📋 copy color: '#867400'

red 134 ◦ green 116 ◦ blue 0

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

Shades of Olive #867400

Tints of Olive #867400

RGB

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

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

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

R = 53.6%
G = 46.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#867400 (or 0x867400) is known color: Olive. HEX triplet: 86, 74 and 00. RGB value is (134,116,0). Sum of RGB (Red+Green+Blue) = 134+116+0=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #867400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867400 is #798BFF. Grayscale: #6C6C6C. Windows color (decimal): -7965696 or 29830. OLE color: 29830.

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

Color convert

RGB 134 116 0 -
CMYK 0 0.13 1 0.47
HSL 51.94º 1% 0.26% -
HSV(B) 51.94º 1% 0.53% -
XYZ 16.08 17.56 2.54 -
YUV 108.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 134 116 0 0 0.13 1 0.47 51.94 1 0.26
Hex 86 74 0 0 D 64 2F 34 64 1A
Octal 206 164 0 0 15 144 57 64 144 32
Binary 10000110 1110100 0 0 1101 1100100 101111 110100 1100100 11010

Color Harmonies of #867400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867400

Black with #867400

Text Example


Text Example

White with #867400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867400; }

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

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

background-color css

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

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

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

border-color css

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

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

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