#868410

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

Shades of Olive #868410

Tints of Olive #868410

Color information

#868410 (or 0x868410) is unknown color: approx Olive. HEX triplet: 86, 84 and 10. RGB value is (134,132,16). Sum of RGB (Red+Green+Blue) = 134+132+16=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #868410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868410 is #797BEF. Grayscale: #777777. Windows color (decimal): -7961584 or 1082502. OLE color: 1082502.

HSL color Cylindrical-coordinate representation of color #868410: hue angle of 58.98º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #868410 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13413216-
CMYK00.010.880.47
HSL58.98º78.67%29.41%-
HSV(B)58.98º88.06%52.55%-
XYZ18.1821.613.7-
YUV119.3769.66138.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 16 (6.64% from 255) = 5.67%
R=47.52%
G=46.81%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341321600.010.880.4758.9878.6729.41
Hex86841001582F3b4f1d
Octal2062042001130577311735
Binary100001101000010010000011011000101111111011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868410; }

 p { color: rgb(134,132,16); }

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

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

 a { background-color: rgb(134,132,16); }

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

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

 span { border-color: rgb(134,132,16); }

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