#868100

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

Shades of Olive #868100

Tints of Olive #868100

Color information

#868100 (or 0x868100) is unknown color: approx Olive. HEX triplet: 86, 81 and 00. RGB value is (134,129,0). Sum of RGB (Red+Green+Blue) = 134+129+0=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #868100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868100 is #797EFF. Grayscale: #747474. Windows color (decimal): -7962368 or 33158. OLE color: 33158.

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

Color convert

RGB1341290-
CMYK00.0410.47
HSL57.76º100%26.27%-
HSV(B)57.76º100%52.55%-
XYZ17.6820.773.08-
YUV115.7962.66140.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.95%
G=49.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134129000.0410.4757.7610026.27
Hex8681004642F3a641a
Octal206201004144577214432
Binary1000011010000001001001100100101111111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868100; }

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

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

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

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

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

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

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

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