#886E06

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

Shades of Olive #886E06

Tints of Olive #886E06

Color information

#886E06 (or 0x886E06) is unknown color: approx Olive. HEX triplet: 88, 6E and 06. RGB value is (136,110,6). Sum of RGB (Red+Green+Blue) = 136+110+6=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #886E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886E06 is #7791F9. Grayscale: #6A6A6A. Windows color (decimal): -7836154 or 421512. OLE color: 421512.

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

Color convert

RGB1361106-
CMYK00.190.960.47
HSL48º91.55%27.84%-
HSV(B)48º95.59%53.33%-
XYZ15.7616.42.51-
YUV105.9271.61149.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=53.97%
G=43.65%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136110600.190.960.474891.5527.84
Hex886E6013602F305c1c
Octal2101566023140576013434
Binary1000100011011101100100111100000101111110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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