#867003

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

Shades of Olive #867003

Tints of Olive #867003

Color information

#867003 (or 0x867003) is unknown color: approx Olive. HEX triplet: 86, 70 and 03. RGB value is (134,112,3). Sum of RGB (Red+Green+Blue) = 134+112+3=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #867003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867003 is #798FFC. Grayscale: #6A6A6A. Windows color (decimal): -7966717 or 225414. OLE color: 225414.

HSL color Cylindrical-coordinate representation of color #867003: hue angle of 49.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #867003 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1341123-
CMYK00.160.980.47
HSL49.92º95.62%26.86%-
HSV(B)49.92º97.76%52.55%-
XYZ15.6416.662.48-
YUV106.1569.79147.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=53.82%
G=44.98%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134112300.160.980.4749.9295.6226.86
Hex86703010622F32601b
Octal2061603020142576214033
Binary100001101110000110100001100010101111110010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867003; }

 p { color: rgb(134,112,3); }

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

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

 a { background-color: rgb(134,112,3); }

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

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

 span { border-color: rgb(134,112,3); }

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