Html Css Color HEX #867C00 Olive

📋 copy color: '#867C00'

red 134 ◦ green 124 ◦ blue 0

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

Shades of Olive #867C00

Tints of Olive #867C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

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

R = 51.94%
G = 48.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#867C00 (or 0x867C00) is known color: Olive. HEX triplet: 86, 7C and 00. RGB value is (134,124,0). Sum of RGB (Red+Green+Blue) = 134+124+0=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #867C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C00 is #7983FF. Grayscale: #717171. Windows color (decimal): -7963648 or 31878. OLE color: 31878.

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

Color convert

RGB 134 124 0 -
CMYK 0 0.07 1 0.47
HSL 55.52º 1% 0.26% -
HSV(B) 55.52º 1% 0.53% -
XYZ 17.04 19.48 2.86 -
YUV 112.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 134 124 0 0 0.07 1 0.47 55.52 1 0.26
Hex 86 7C 0 0 7 64 2F 38 64 1A
Octal 206 174 0 0 7 144 57 70 144 32
Binary 10000110 1111100 0 0 111 1100100 101111 111000 1100100 11010

Color Harmonies of #867C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C00

Black with #867C00

Text Example


Text Example

White with #867C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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