#868B0D

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

Shades of Olive #868B0D

Tints of Olive #868B0D

Color information

#868B0D (or 0x868B0D) is unknown color: approx Olive. HEX triplet: 86, 8B and 0D. RGB value is (134,139,13). Sum of RGB (Red+Green+Blue) = 134+139+13=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #868B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868B0D is #7974F2. Grayscale: #7B7B7B. Windows color (decimal): -7959795 or 887686. OLE color: 887686.

HSL color Cylindrical-coordinate representation of color #868B0D: hue angle of 62.38º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #868B0D is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB13413913-
CMYK0.0400.910.45
HSL62.38º82.89%29.8%-
HSV(B)62.38º90.65%54.51%-
XYZ19.1423.563.92-
YUV123.1465.84135.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=46.85%
G=48.60%
B=4.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139130.0400.910.4562.3882.8929.8
Hex868BD405B2D3e531e
Octal2062131540133557612336
Binary1000011010001011110110001011011101101111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B0D; }

 p { color: rgb(134,139,13); }

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

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

 a { background-color: rgb(134,139,13); }

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

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

 span { border-color: rgb(134,139,13); }

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