#868B0B

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

Shades of Olive #868B0B

Tints of Olive #868B0B

Color information

#868B0B (or 0x868B0B) is unknown color: approx Olive. HEX triplet: 86, 8B and 0B. RGB value is (134,139,11). Sum of RGB (Red+Green+Blue) = 134+139+11=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #868B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868B0B is #7974F4. Grayscale: #7B7B7B. Windows color (decimal): -7959797 or 756614. OLE color: 756614.

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

Color convert

RGB13413911-
CMYK0.0400.920.45
HSL62.34º85.33%29.41%-
HSV(B)62.34º92.09%54.51%-
XYZ19.1223.563.86-
YUV122.9164.84135.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 139 (54.69% from 255) = 48.94%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=47.18%
G=48.94%
B=3.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139110.0400.920.4562.3485.3329.41
Hex868BB405C2D3e551d
Octal2062131340134557612535
Binary1000011010001011101110001011100101101111110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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