#866B00

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

Shades of Olive #866B00

Tints of Olive #866B00

Color information

#866B00 (or 0x866B00) is unknown color: approx Olive. HEX triplet: 86, 6B and 00. RGB value is (134,107,0). Sum of RGB (Red+Green+Blue) = 134+107+0=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866B00 is #7994FF. Grayscale: #676767. Windows color (decimal): -7968000 or 27526. OLE color: 27526.

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

Color convert

RGB1341070-
CMYK00.2010.47
HSL47.91º100%26.27%-
HSV(B)47.91º100%52.55%-
XYZ15.0915.582.21-
YUV102.8869.95150.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.60%
G=44.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134107000.2010.4747.9110026.27
Hex866B0014642F30641a
Octal2061530024144576014432
Binary10000110110101100101001100100101111110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866B00; }

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

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

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

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

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

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

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

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