#868204

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

Shades of Olive #868204

Tints of Olive #868204

Color information

#868204 (or 0x868204) is unknown color: approx Olive. HEX triplet: 86, 82 and 04. RGB value is (134,130,4). Sum of RGB (Red+Green+Blue) = 134+130+4=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #868204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868204 is #797DFB. Grayscale: #757575. Windows color (decimal): -7962108 or 295558. OLE color: 295558.

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

Color convert

RGB1341304-
CMYK00.030.970.47
HSL58.15º94.2%27.06%-
HSV(B)58.15º97.01%52.55%-
XYZ17.8421.043.24-
YUV116.8364.33140.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=50%
G=48.51%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134130400.030.970.4758.1594.227.06
Hex8682403612F3a5e1b
Octal206202403141577213633
Binary10000110100000101000111100001101111111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868204; }

 p { color: rgb(134,130,4); }

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

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

 a { background-color: rgb(134,130,4); }

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

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

 span { border-color: rgb(134,130,4); }

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