#867701

Color #867701 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #867701

Tints of Olive #867701

Color information

#867701 (or 0x867701) is unknown color: approx Olive. HEX triplet: 86, 77 and 01. RGB value is (134,119,1). Sum of RGB (Red+Green+Blue) = 134+119+1=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #867701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867701 is #7988FE. Grayscale: #6E6E6E. Windows color (decimal): -7964927 or 96134. OLE color: 96134.

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

Color convert

RGB1341191-
CMYK00.110.990.47
HSL53.23º98.52%26.47%-
HSV(B)53.23º99.25%52.55%-
XYZ16.4318.262.69-
YUV110.0366.47145.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=52.76%
G=46.85%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134119100.110.990.4753.2398.5226.47
Hex867710B632F35631a
Octal2061671013143576514332
Binary1000011011101111010111100011101111110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867701; }

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

 H1.HeaderClassName
 {
   color: #867701;
 }
 .AnyTagClassName
 {
   color: #867701;
 }
</style>
background-color css

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

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

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

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

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

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