#886E01

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

Shades of Olive #886E01

Tints of Olive #886E01

Color information

#886E01 (or 0x886E01) is unknown color: approx Olive. HEX triplet: 88, 6E and 01. RGB value is (136,110,1). Sum of RGB (Red+Green+Blue) = 136+110+1=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #886E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886E01 is #7791FE. Grayscale: #696969. Windows color (decimal): -7836159 or 93832. OLE color: 93832.

HSL color Cylindrical-coordinate representation of color #886E01: hue angle of 48.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #886E01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1361101-
CMYK00.190.990.47
HSL48.44º98.54%26.86%-
HSV(B)48.44º99.26%53.33%-
XYZ15.7316.392.36-
YUV105.3569.11149.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=55.06%
G=44.53%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136110100.190.990.4748.4498.5426.86
Hex886E1013632F30631b
Octal2101561023143576014333
Binary10001000110111010100111100011101111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E01; }

 p { color: rgb(136,110,1); }

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

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

 a { background-color: rgb(136,110,1); }

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

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

 span { border-color: rgb(136,110,1); }

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