#868A0E

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

Shades of Olive #868A0E

Tints of Olive #868A0E

Color information

#868A0E (or 0x868A0E) is unknown color: approx Olive. HEX triplet: 86, 8A and 0E. RGB value is (134,138,14). Sum of RGB (Red+Green+Blue) = 134+138+14=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #868A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868A0E is #7975F1. Grayscale: #7B7B7B. Windows color (decimal): -7960050 or 952966. OLE color: 952966.

HSL color Cylindrical-coordinate representation of color #868A0E: hue angle of 61.94º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #868A0E is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB13413814-
CMYK0.0300.900.46
HSL61.94º81.58%29.8%-
HSV(B)61.94º89.86%54.12%-
XYZ1923.283.91-
YUV122.6766.67136.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=46.85%
G=48.25%
B=4.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138140.0300.900.4661.9481.5829.8
Hex868AE305A2E3e521e
Octal2062121630132567612236
Binary100001101000101011101101011010101110111110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,14); }

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

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

 a { background-color: rgb(134,138,14); }

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

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

 span { border-color: rgb(134,138,14); }

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