#867303

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

Shades of Olive #867303

Tints of Olive #867303

Color information

#867303 (or 0x867303) is unknown color: approx Olive. HEX triplet: 86, 73 and 03. RGB value is (134,115,3). Sum of RGB (Red+Green+Blue) = 134+115+3=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #867303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867303 is #798CFC. Grayscale: #6C6C6C. Windows color (decimal): -7965949 or 226182. OLE color: 226182.

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

Color convert

RGB1341153-
CMYK00.140.980.47
HSL51.3º95.62%26.86%-
HSV(B)51.3º97.76%52.55%-
XYZ15.9817.342.59-
YUV107.9168.79146.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=53.17%
G=45.63%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134115300.140.980.4751.395.6226.86
Hex867330E622F33601b
Octal2061633016142576314033
Binary10000110111001111011101100010101111110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867303; }

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

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

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

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

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

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

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

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