#868400

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

Shades of Olive #868400

Tints of Olive #868400

Color information

#868400 (or 0x868400) is unknown color: approx Olive. HEX triplet: 86, 84 and 00. RGB value is (134,132,0). Sum of RGB (Red+Green+Blue) = 134+132+0=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #868400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868400 is #797BFF. Grayscale: #767676. Windows color (decimal): -7961600 or 33926. OLE color: 33926.

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

Color convert

RGB1341320-
CMYK00.0110.47
HSL59.1º100%26.27%-
HSV(B)59.1º100%52.55%-
XYZ18.0821.573.21-
YUV117.5561.66139.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.38%
G=49.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134132000.0110.4759.110026.27
Hex8684001642F3b641a
Octal206204001144577314432
Binary10000110100001000011100100101111111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868400; }

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

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

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

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

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

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

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

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