#886F00

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

Shades of Olive #886F00

Tints of Olive #886F00

Color information

#886F00 (or 0x886F00) is unknown color: approx Olive. HEX triplet: 88, 6F and 00. RGB value is (136,111,0). Sum of RGB (Red+Green+Blue) = 136+111+0=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #886F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F00 is #7790FF. Grayscale: #6A6A6A. Windows color (decimal): -7835904 or 28552. OLE color: 28552.

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

Color convert

RGB1361110-
CMYK00.1810.47
HSL48.97º100%26.67%-
HSV(B)48.97º100%53.33%-
XYZ15.8416.62.37-
YUV105.8268.28149.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.06%
G=44.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136111000.1810.4748.9710026.67
Hex886F0012642F31641b
Octal2101570022144576114433
Binary10001000110111100100101100100101111110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,0); }

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

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

 a { background-color: rgb(136,111,0); }

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

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

 span { border-color: rgb(136,111,0); }

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